Skip to content

Commit

Permalink
Trying to fix weird failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Aug 30, 2012
1 parent 4b5b8ad commit 7e6f4c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/project_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_update_set_project_id_on_update
assert_equal nodes_id(:cleanWater), node.get_project_id
node[:parent_id] = nodes_id(:zena)
if !node.save
# Cannot cast string to string hash ?
assert false, "Can save node (#{err(node)})"
else
assert true
Expand Down

0 comments on commit 7e6f4c9

Please sign in to comment.