* tests/regression/bugzilla/All.java: Added PR57.
[cacao.git] / tests / regression / bugzilla / All.java
index 6b1efa05f11d634428eb749cbd3dd53cd4f49215..d0183567a73d9850efb8b5d22509f5186314535a 100644 (file)
@@ -45,6 +45,7 @@ public class All extends TestCase {
         // Add your test here.
 
         suite.addTest(new TestSuite(PR52.class));
+        suite.addTest(new TestSuite(PR57.class));
 
         return suite;
     }