Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void testCorrectLogUserForSpecialization() throws CoreException, Interrup
// Create a new object that is a specialization of System.User
final UserTest userTest = new UserTest(context);
// Random name used as there can't be duplicates and database is not cleared between runs
userTest.setName("userTest"+ (int) (Math.random() * 1000));
userTest.setName("userTest"+ (int) (Math.random() * 1.0e9));
userTest.setPassword("TAs4gCFHbc6tRczJAvE8");

userTest.commit();
Expand Down