]> source.dussan.org Git - jgit.git/commit
Reuse DiffPerformanceTest support code to validate algorithms 41/1641/6
authorShawn O. Pearce <spearce@spearce.org>
Tue, 21 Sep 2010 21:47:33 +0000 (14:47 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 25 Sep 2010 02:09:51 +0000 (19:09 -0700)
commite7a3e590edabee731e68d5f19d8af14d7b9a83e4
tree015d8b7517df6cc575063c0d1ddc88cc013f76b7
parent9bcf391355ce8772e934a8e865e148525f8a0cbd
Reuse DiffPerformanceTest support code to validate algorithms

Each algorithm should produce a particular number of results
given one of the standard inputs used during the performance
tests.  To help ensure those tests are accurate, assert that
the edit list length is correct.

Change-Id: I292f8fde0cec6a60a75ce09e70814a00ca47cb99
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/DiffPerformanceTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/MyersDiffPerformanceTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/MyersDiffTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/diff/PatienceDiffTest.java