|
From: Jeff J. <jj...@ap...> - 2017-02-03 19:03:28
|
Hi, > Failed tests: Building dbUnit currently requires Java 7. This ticket exists for Java 8, feel free to work on it: https://sourceforge.net/p/dbunit/feature-requests/195/ > I may contribute some other code Great, looking forward to your help! > How does one perform a pull request? SF git calls them "Merge Requests". It's basically the same as GitHub. https://sourceforge.net/p/dbunit/code.git/merge-requests/ On Fri, Feb 3, 2017 at 11:41 AM, Hans Deragon <ha...@de...> wrote: > Greetings, > > Running the test from the latest code > (https://git.code.sf.net/p/dbunit/code.git) returns this: > > mvn test > > Failed tests: > DatabaseSequenceFilterTest.testGetTableNamesCyclic:112 > expected:<Table: [D ([A, C], E])> but was:<Table: [A ([C, D], E])> > > BiDirectionalEdgesDepthFirstSearchTest.testDisconnectedCycles:193-> > AbstractSearchTestCase.doIt:72 > mismatched element at position 0 expected:<D> but was:<A> > > DepthFirstSearchTest.testDisconnectedCycles:147-> > AbstractSearchTestCase.doIt:72 > mismatched element at position 0 expected:<F> but was:<C> > > Anybody working on this? > > I will not, but I may contribute some other code. How do I go about? I > am familiar with Github, but not SourceForge's git. How does one > perform a pull request? > > Best regards, > Hans Deragon > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > dbunit-developer mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbunit-developer > |