Skip to content

Commit

Permalink
testing themostat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jyh09001 committed May 1, 2015
1 parent 04359d0 commit 4793ad4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/testing/DatabaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ public DatabaseTest(){
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 4793ad4

Please sign in to comment.