1
0
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:
Carlos Martín 2010-10-15 19:07:52 +02:00 committed by Ruben S. Montero
parent e000b5abcc
commit 1a0942f248

View File

@ -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() );
}
}