jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Shawn Pearce 36144e12d8 Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase
`pwd`/target is only valid in Maven Reactor builds where Maven
has moved into the project directory and created a target for
the build output. Most other build systems do not use "target"
and may not even perform a directory change between test suites.

Rewrite LocalDiskRepositoryTestCase's temporary directory code
to use the system specified location and create new unique names.
This prevents fixes between concurrently running tests and allows
the caller to specify the root using java.io.tmpdir.

Update the surefire command lines to use target within each project as
the system temporary directory during unit testing, preventing JGit's
own test suite from writing to /tmp or somewhere like C:\tmp.

Change-Id: I9e8431f6ddfc16fee89f677bcce67c99cfb56782
2013-05-08 17:59:34 -07:00
..
api TagCommand should be able to create unannotated tags too 2013-05-03 15:36:27 +02:00
diff Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
dircache Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
events Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
fnmatch Declare essentially static methods as static 2012-12-27 12:08:06 -05:00
ignore Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
internal/storage Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase 2013-05-08 17:59:34 -07:00
lib IndexDiff: Provide stage state for conflicting entries 2013-04-19 10:05:06 -05:00
merge JGit 3.0: move internal classes into an internal subpackage 2013-03-18 09:30:43 -07:00
nls Move org.eclipse.jgit.pgm's resource bundle to internal package 2013-05-06 23:48:19 +02:00
notes Move base test classes to the junit bundle for reuse for Java 7 tests 2013-02-04 07:24:56 +01:00
patch Suppress boxing warnings where we know they are ok 2012-09-22 01:21:00 +02:00
revplot Fix PlotCommit for commits with duplicate parents 2012-08-05 12:50:06 +02:00
revwalk Remove unused repository field from RevWalk 2013-05-05 11:48:41 -04:00
storage/file JGit 3.0: move internal classes into an internal subpackage 2013-03-18 09:30:43 -07:00
submodule Remove some unnecessary dependencies on FileRepostory 2013-04-18 15:33:50 -05:00
transport URIish: Allow multiple slashes in paths 2013-04-27 14:35:12 +02:00
treewalk Remove some unnecessary dependencies on FileRepostory 2013-04-18 15:33:50 -05:00
util Extend the FS class for Java7 2013-05-04 02:01:56 +02:00