Revision: 17636
          http://sourceforge.net/p/gate/code/17636
Author:   markagreenwood
Date:     2014-03-12 07:23:51 +0000 (Wed, 12 Mar 2014)
Log Message:
-----------
it helps if I use the right annotation property otherwise the randomness of the 
tests remains

Modified Paths:
--------------
    gate/trunk/src/test/gate/creole/TestPR.java

Modified: gate/trunk/src/test/gate/creole/TestPR.java
===================================================================
--- gate/trunk/src/test/gate/creole/TestPR.java 2014-03-12 02:21:01 UTC (rev 
17635)
+++ gate/trunk/src/test/gate/creole/TestPR.java 2014-03-12 07:23:51 UTC (rev 
17636)
@@ -50,7 +50,7 @@
 import org.junit.runners.MethodSorters;
 
 /** Test the PRs on three documents */
-@FixMethodOrder(MethodSorters.JVM)
+@FixMethodOrder(MethodSorters.NAME_ASCENDING)
 public class TestPR extends TestCase
 {
   /** Debug flag */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to