diff --git a/OlympusServices/app/src/main/java/com/uottawa/olympus/olympusservices/DBHelper.java b/OlympusServices/app/src/main/java/com/uottawa/olympus/olympusservices/DBHelper.java index e48f01f..6735a7f 100644 --- a/OlympusServices/app/src/main/java/com/uottawa/olympus/olympusservices/DBHelper.java +++ b/OlympusServices/app/src/main/java/com/uottawa/olympus/olympusservices/DBHelper.java @@ -95,6 +95,10 @@ public class DBHelper extends SQLiteOpenHelper { writeDB = this.getWritableDatabase(); //pre-add the admin user addUser(new Admin()); + addUser(new ServiceProvider("testing", "testing", "TestFirst", "TestLast", + "1234 Test Street, Testinaro, Timor-Teste", "6136136163", + "Test Company", false, + "Tested 10 years")); } @Override diff --git a/README.md b/README.md index a91cb3d..190d550 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,8 @@ https://github.com/ebivibe/SEG2105-Olympus Admin account is precreated with username = admin, password = admin + + +ServiceProvider account is precreated with +username = testing, +password = testing \ No newline at end of file