mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Java API: Test fixed for recent changes in User.info method
This commit is contained in:
parent
e000b5abcc
commit
1a0942f248
@ -122,7 +122,6 @@ public class UserTest
|
||||
assertTrue( res.getErrorMessage(), !res.isError() );
|
||||
|
||||
res = user.info();
|
||||
assertTrue( res.getErrorMessage(), !res.isError() );
|
||||
assertTrue( !user.isEnabled() );
|
||||
assertTrue( res.getErrorMessage(), res.isError() );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user