details:   /erp/devel/pi/rev/b56fd08a6a38
changeset: 6548:b56fd08a6a38
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Tue Mar 02 15:02:02 2010 +0100
summary:   Issue 12515: add new junit test to the *AntTaskTest-suites

diffstat:

 src-test/org/openbravo/test/AllAntTaskTests.java      |  2 ++
 src-test/org/openbravo/test/AllQuickAntTaskTests.java |  2 ++
 src-test/org/openbravo/test/AntTaskTests.java         |  2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 61af0928920b -r b56fd08a6a38 
src-test/org/openbravo/test/AllAntTaskTests.java
--- a/src-test/org/openbravo/test/AllAntTaskTests.java  Tue Mar 02 14:37:05 
2010 +0100
+++ b/src-test/org/openbravo/test/AllAntTaskTests.java  Tue Mar 02 15:02:02 
2010 +0100
@@ -50,6 +50,7 @@
 import org.openbravo.test.security.AllowedOrganizationsTest;
 import org.openbravo.test.security.EntityAccessTest;
 import org.openbravo.test.security.WritableReadableOrganizationClientTest;
+import org.openbravo.test.system.ErrorTextParserTest;
 import org.openbravo.test.system.SystemServiceTest;
 import org.openbravo.test.system.SystemValidatorTest;
 import org.openbravo.test.xml.ClientExportImportTest;
@@ -116,6 +117,7 @@
     // system
     suite.addTestSuite(SystemServiceTest.class);
     suite.addTestSuite(SystemValidatorTest.class);
+    suite.addTestSuite(ErrorTextParserTest.class);
 
     // xml
     suite.addTestSuite(ClientExportImportTest.class);
diff -r 61af0928920b -r b56fd08a6a38 
src-test/org/openbravo/test/AllQuickAntTaskTests.java
--- a/src-test/org/openbravo/test/AllQuickAntTaskTests.java     Tue Mar 02 
14:37:05 2010 +0100
+++ b/src-test/org/openbravo/test/AllQuickAntTaskTests.java     Tue Mar 02 
15:02:02 2010 +0100
@@ -34,6 +34,7 @@
 import org.openbravo.test.security.AllowedOrganizationsTest;
 import org.openbravo.test.security.EntityAccessTest;
 import org.openbravo.test.security.WritableReadableOrganizationClientTest;
+import org.openbravo.test.system.ErrorTextParserTest;
 import org.openbravo.test.system.SystemServiceTest;
 import org.openbravo.test.system.SystemValidatorTest;
 import org.openbravo.test.xml.EntityXMLImportTestBusinessObject;
@@ -98,6 +99,7 @@
     // system
     suite.addTestSuite(SystemServiceTest.class);
     suite.addTestSuite(SystemValidatorTest.class);
+    suite.addTestSuite(ErrorTextParserTest.class);
 
     // xml
     // suite.addTestSuite(ClientExportImportTest.class);
diff -r 61af0928920b -r b56fd08a6a38 
src-test/org/openbravo/test/AntTaskTests.java
--- a/src-test/org/openbravo/test/AntTaskTests.java     Tue Mar 02 14:37:05 
2010 +0100
+++ b/src-test/org/openbravo/test/AntTaskTests.java     Tue Mar 02 15:02:02 
2010 +0100
@@ -51,6 +51,7 @@
 import org.openbravo.test.security.AllowedOrganizationsTest;
 import org.openbravo.test.security.EntityAccessTest;
 import org.openbravo.test.security.WritableReadableOrganizationClientTest;
+import org.openbravo.test.system.ErrorTextParserTest;
 import org.openbravo.test.system.SystemServiceTest;
 import org.openbravo.test.system.SystemValidatorTest;
 import org.openbravo.test.xml.DatasetExportTest;
@@ -121,6 +122,7 @@
     // system
     suite.addTestSuite(SystemServiceTest.class);
     suite.addTestSuite(SystemValidatorTest.class);
+    suite.addTestSuite(ErrorTextParserTest.class);
 
     // xml
     // not executing has side effects

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to