details: https://code.openbravo.com/erp/devel/pi/rev/1810949e9dd6 changeset: 30005:1810949e9dd6 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Thu Sep 08 13:09:34 2016 +0200 summary: related to issue 33554: test case added
diffstat: src-test/src/org/openbravo/test/AllAntTaskTests.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diffs (23 lines): diff -r 6fc35759c9c7 -r 1810949e9dd6 src-test/src/org/openbravo/test/AllAntTaskTests.java --- a/src-test/src/org/openbravo/test/AllAntTaskTests.java Wed Sep 07 17:56:33 2016 +0000 +++ b/src-test/src/org/openbravo/test/AllAntTaskTests.java Thu Sep 08 13:09:34 2016 +0200 @@ -21,6 +21,7 @@ import org.junit.runner.RunWith; import org.junit.runners.Suite; +import org.openbravo.advpaymentmngt.test.DocumentNumberGeneration; import org.openbravo.base.weld.test.testinfrastructure.CdiInfrastructure; import org.openbravo.base.weld.test.testinfrastructure.DalPersistanceEventTest; import org.openbravo.base.weld.test.testinfrastructure.ParameterizedCdi; @@ -235,7 +236,10 @@ // Product Services ServicesTest.class, // ServicesTest2.class, // - ServicesTest3.class + ServicesTest3.class, + + // others + DocumentNumberGeneration.class }) public class AllAntTaskTests { ------------------------------------------------------------------------------ _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits