]> source.dussan.org Git - jgit.git/commit
Allow to write tests with CLI syntax 20/4720/8
authorTomasz Zarna <Tomasz.Zarna@pl.ibm.com>
Thu, 22 Mar 2012 10:29:18 +0000 (11:29 +0100)
committerTomasz Zarna <Tomasz.Zarna@pl.ibm.com>
Thu, 22 Mar 2012 10:29:18 +0000 (11:29 +0100)
commitbf845c126d53f07de103e03b68ddb7f24014cee5
treedcc30b45915362656d61b05eb4cc998bbcb70561
parent04ab2dac3728f8e43dc42a9e700819dd2e7a4a93
Allow to write tests with CLI syntax

Bug: 365444
Change-Id: I86f382913bc47665c5b9a2827b878e7dbedce7b1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
25 files changed:
org.eclipse.jgit.pgm.test/.classpath [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.gitignore [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.project [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.mylyn.tasks.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.mylyn.team.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.jgit.pgm.test/about.html [new file with mode: 0644]
org.eclipse.jgit.pgm.test/build.properties [new file with mode: 0644]
org.eclipse.jgit.pgm.test/org.eclipse.jgit.pgm--All-Tests.launch [new file with mode: 0644]
org.eclipse.jgit.pgm.test/plugin.properties [new file with mode: 0644]
org.eclipse.jgit.pgm.test/pom.xml [new file with mode: 0644]
org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/lib/CLIRepositoryTestCase.java [new file with mode: 0644]
org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/pgm/CLIGitCommand.java [new file with mode: 0644]
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/BranchTest.java [new file with mode: 0644]
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CLIGitCommandTest.java [new file with mode: 0644]
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CommitAndLogTest.java [new file with mode: 0644]
org.eclipse.jgit.test/META-INF/MANIFEST.MF
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/ReadLinesTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/util/IO.java
pom.xml