details:   https://code.openbravo.com/erp/devel/pi/rev/73796483a567
changeset: 33008:73796483a567
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Thu Nov 16 09:53:06 2017 +0100
summary:   Related with issue 37278: improvement in the message of the assertion

diffstat:

 src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2d234dbfd9da -r 73796483a567 
src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java
--- a/src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java   
Thu Nov 16 08:31:03 2017 +0100
+++ b/src-test/src/org/openbravo/test/security/RoleListForTheCurrentUser.java   
Thu Nov 16 09:53:06 2017 +0100
@@ -65,7 +65,7 @@
 
       String responseDeactivatedUserRole = doSessionDynamicRequest();
       rolesInfo = getRoles(responseDeactivatedUserRole);
-      assertThat("Deactivated role is available for the user.",
+      assertThat("Deactivated role is not available for the user.",
           isRoleInUserProfileWidget(rolesInfo), equalTo(false));
     } finally {
       setActiveUserRole(true);

------------------------------------------------------------------------------
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

Reply via email to