-
Replied via email ;-)
2009-03-21 11:10:14 UTC by daneel77
-
I'd like your modified version, is it available somewhere?.
2009-03-19 11:42:40 UTC by mingoto
-
Hello,
I'd like to submit a modified version of revision 16 from JUnitEE 2 source which also provides a Mojo replacing the "juniteewar" Ant task.
I tried to e-mail to martinfr62@sourceforge.net but received a failed delivery message.
Cheers,
Daneel.
2009-02-23 23:16:20 UTC by daneel77
-
Is this project still under construction? I tried d/l the latest junitee deliverable and the link is invalid now.
2009-02-09 18:07:15 UTC by biuniu
-
The PNG files are still corrupt. Looks like they haven't been marked as binary files in CVS. This can be fixed with "cvs admin -kb *.png". Except for "info.png" there are GIF versions of all corrupt PNG files in the repository, which can be used to recreate the PNG files from.
2008-04-02 22:03:58 UTC by yip4711
-
replace/remove all system.out.printlns from code base.
2008-02-07 22:09:37 UTC by martinfr62
-
PNG files in CVS for junitee for junit4 are corrupt and need to be replaced and jar file rebuilt.
2008-02-07 22:08:58 UTC by martinfr62
-
Hi
I have made two patches for JUnitE2.
1. The test results are now groupes by the test classes and are not only presented as a flat list.
2. The execution of a single test will now only execute this test and not the whole test suite. This works only for real JUnit4 tests and not for old JUnit3 tests because of a bug in JUnit4 itself (see...
2007-11-05 06:48:59 UTC by ckoelle
-
There is no way to control what test cases that can be run.
I added the below to stop testcases "not on the list" from being executed.
/* Check that all tests cases are part of our complete list so as to avoid someone trying to
* run a testcase that is not meant to be run in a production environment.
*/
String allTests[]=searchForTests((String)null);
for...
2007-09-21 07:07:01 UTC by gowinex
-
martinfr62 committed patchset 6 of module junite2 to the JUnitEE CVS repository, changing 1 files.
2007-07-18 03:20:31 UTC by martinfr62