On Fri, Sep 12, 2008 at 6:00 AM, Jonas Fonseca <fonseca@xxxxxxx> wrote: >> Second, the testcase in the second patch fails on my machine. >> >> testDerefTaggedTagTree(org.spearce.jgit.lib.T0008_testparserev) >> junit.framework.ComparisonFailure: expected:<[269e1253bad5c247c6bde37aa48ae1e03138206c]> but was:<[be83157b4ffe650d728ba4f98ad47b623b0d0c20]> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at org.spearce.jgit.lib.T0008_testparserev.testDerefTaggedTagTree(T0008_testparserev.java:123) > > I reran all the test before formatting the patch, but after doing some > last minut changes. When I run all the tests using maven (inside > NetBeans or from the command line) it tells me: > > Tests run: 428, Failures: 0, Errors: 0, Skipped: 0 > > From the output it looks like the tests in the files named T000* are > never run. However, where the breakage is (could be my setup) I don't > know. Imran? > Hmm, I will have to check it. Will come back with some feedback after checking. Usually if a class is a TestCase then it should have run. > Anyway, for now I will just run the single test specifically. Perhaps I > should just put this into the same patch. Anyway, the following should > fix it. > > diff --git a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/T0008_testparserev.java b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/T0008_testparserev.java > index 2a1a4ad..1fc73b4 100644 > --- a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/T0008_testparserev.java > +++ b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/T0008_testparserev.java > @@ -117,7 +117,7 @@ public void testDerefTagIssue23() throws IOException { > } > > public void testDerefTaggedTagTree() throws IOException { > - assertEquals("269e1253bad5c247c6bde37aa48ae1e03138206c",db.resolve("refs/tags/C").name()); > + assertEquals("be83157b4ffe650d728ba4f98ad47b623b0d0c20",db.resolve("refs/tags/C").name()); > assertEquals("d86a2aada2f5e7ccf6f11880bfb9ab404e8a8864",db.resolve("refs/tags/C^{commit}").name()); > assertEquals("856ec208ae6cadac25a6d74f19b12bb27a24fe24",db.resolve("refs/tags/C^{tree}").name()); > } > > -- > Jonas Fonseca > -- Imran M Yousuf Entrepreneur & Software Engineer Smart IT Engineering Dhaka, Bangladesh Email: imran@xxxxxxxxxxxxxxxxxxxxxx Blog: http://imyousuf-tech.blogs.smartitengineering.com/ Mobile: +880-1711402557 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html