Propchange: 
xmlgraphics/fop/branches/Temp_ComplexScripts/test/java/org/apache/fop/complexscripts/gsub/GSUBTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
xmlgraphics/fop/branches/Temp_ComplexScripts/test/java/org/apache/fop/complexscripts/gsub/GSUBTestCase.java
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: 
xmlgraphics/fop/branches/Temp_ComplexScripts/test/java/org/apache/fop/complexscripts/scripts/ScriptsTestSuite.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ComplexScripts/test/java/org/apache/fop/complexscripts/scripts/ScriptsTestSuite.java?rev=1185530&r1=1185529&r2=1185530&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/Temp_ComplexScripts/test/java/org/apache/fop/complexscripts/scripts/ScriptsTestSuite.java
 (original)
+++ 
xmlgraphics/fop/branches/Temp_ComplexScripts/test/java/org/apache/fop/complexscripts/scripts/ScriptsTestSuite.java
 Tue Oct 18 08:33:32 2011
@@ -19,27 +19,18 @@
 
 package org.apache.fop.complexscripts.scripts;
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
+import org.junit.runner.RunWith;
+import org.junit.runners.Suite;
+import org.junit.runners.Suite.SuiteClasses;
 
-import org.apache.fop.complexscripts.arabic.ArabicScriptTestSuite;
+import org.apache.fop.complexscripts.arabic.ArabicTestCase;
 
 /**
  * Test suite for script specific functionality related to complex scripts.
  */
+@RunWith(Suite.class)
+@SuiteClasses({
+    ArabicTestCase.class
+})
 public class ScriptsTestSuite {
-
-    /**
-     * Builds the test suite
-     * @return the test suite
-     */
-    public static Test suite() {
-        TestSuite suite = new TestSuite(
-            "Basic functionality test suite for script specific 
functionality.");
-        //$JUnit-BEGIN$
-        suite.addTest(ArabicScriptTestSuite.suite());
-        //$JUnit-END$
-        return suite;
-    }
-
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to