jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Robin Stocker 56ee811780 Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter
* It didn't check the first character in the pattern due to a off-by-one
  error. Spotted by James Roper.
* It returned true even when pattern was longer than current path, e.g.
  it returned that ".txt" is suffix of "txt".

Bug: 411999
Change-Id: I9fbcd68a11fb57cc49956b70c387a47271a0424f
Signed-off-by: Robin Stocker <robin@nibor.org>
2013-07-08 10:53:50 +02:00
..
api Update HEAD in cherry-picking several commits 2013-07-01 22:37:48 +09:00
diff Fix DiffFormatter NPEs for DiffEntry without content change 2013-05-15 12:23:40 +02: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 Implement get nth offset in PackIndex. 2013-06-28 15:36:20 -07:00
lib Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler) 2013-06-09 00:50:51 +02: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 Fix HTTP response processing for WWW-Authenticate headers 2013-06-23 23:45:42 +02:00
treewalk Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter 2013-07-08 10:53:50 +02:00
util Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler) 2013-06-09 00:50:51 +02:00