details: https://code.openbravo.com/erp/devel/pi/rev/e270716dc004 changeset: 33011:e270716dc004 user: Inigo Sanchez <inigo.sanchez <at> openbravo.com> date: Thu Nov 16 13:27:38 2017 +0100 summary: Related with issue 37289: Renamed the test in the suite
diffstat: src-test/src/org/openbravo/test/AllWebserviceTests.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (20 lines): diff -r 63b2919451b9 -r e270716dc004 src-test/src/org/openbravo/test/AllWebserviceTests.java --- a/src-test/src/org/openbravo/test/AllWebserviceTests.java Thu Nov 16 12:33:12 2017 +0100 +++ b/src-test/src/org/openbravo/test/AllWebserviceTests.java Thu Nov 16 13:27:38 2017 +0100 @@ -38,7 +38,7 @@ import org.openbravo.test.datasource.TestComboDatasource; import org.openbravo.test.datasource.TestNoteDatasource; import org.openbravo.test.security.ExplicitCrossOrganizationReference; -import org.openbravo.test.security.RoleListForTheCurrentUser; +import org.openbravo.test.security.UserInfoSessionDataTest; import org.openbravo.test.webservice.JSONWebServices; import org.openbravo.test.webservice.JSONWebServicesWhereParameter; import org.openbravo.test.webservice.PerformanceTest; @@ -84,6 +84,6 @@ EmptyStringWhereAndFilterClauseParameter.class, // JSONWebServicesWhereParameter.class, // WSReadableClientsTest.class, // - RoleListForTheCurrentUser.class }) + UserInfoSessionDataTest.class }) public class AllWebserviceTests { } ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits