Skip to content

Commit

Permalink
empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dep11007 committed May 1, 2015
1 parent 8b8505d commit 9acda74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/testing/DatabaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@ public DatabaseTest(){
Hashtable<String, String> testuser = testbase.getUserFromEmail("herp@derp.com");

testbase.createThermostat("testthermo1", "testthemo", "123456789.1", "80", "90");


if(testuser.get("email").equals("herp@derp.com")){
System.out.println("email pass");
}
else{
System.out.println("user email fail");
}


if(testuser.get("ipaddress").equals("123456789.0")){
System.out.println("user ip pass");
}
else{
System.out.println("user ip fail");
}

if(testuser.get("devices").equals("testthermo1")){
System.out.println("devices permissions pass");
}
else{
System.out.println("devices permissions fail");
}



//if(testuser.get()))
}

Expand Down

0 comments on commit 9acda74

Please sign in to comment.