Skip to content

Commit

Permalink
[WebUI IntelliHome#7] Added test for delete function
Browse files Browse the repository at this point in the history
  • Loading branch information
skullbocks committed Aug 18, 2014
1 parent bedeffb commit e91b0ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/6-sqlite_backend.t
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ is( ( $Backend->get_all_gpio_data() )[0]->{toggle},
1, "Get first gpio toggle" );
is( ( $Backend->get_all_nodes() )[0]->{type},
"master", "Get first node type" );
is( $Backend->delete_element("Node",$node_one->nodeid),
1, "Deleting Node 1 ok" );
###### TESTING BACKEND DB CONSISTENCY


Expand Down

0 comments on commit e91b0ac

Please sign in to comment.