]> source.dussan.org Git - jgit.git/commit
Allow to write tests with CLI syntax 08/5408/2
authorTomasz Zarna <Tomasz.Zarna@pl.ibm.com>
Fri, 23 Mar 2012 08:10:41 +0000 (09:10 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 18 Apr 2012 16:57:36 +0000 (18:57 +0200)
commita2dac2c78d1fff0b2cedadcdaac030001eb851ac
treecc22f3a9b9676b9349456e6b7585074ff6420383
parent95ed300b04f52e6d0625dfb5a6e0e52aac4bc412
Allow to write tests with CLI syntax

CQ: 6385
Bug: 365444
Change-Id: I2d5164cd92429673fe3c37e9f5f9bc565192cc12
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