test/param_test.rb in openwferu-0.9.9 vs test/param_test.rb in openwferu-0.9.10
- old
+ new
@@ -137,10 +137,12 @@
rescue Exception => e
#puts e
#puts OpenWFE::exception_to_s(e)
end
+ sleep 0.200
+
assert_nil e
assert_equal @tracer.to_s, "(unknown address)"
end
@@ -168,9 +170,13 @@
@engine.launch(li)
rescue Exception => e
#puts e
#puts OpenWFE::exception_to_s(e)
end
+
+ sleep 0.200
+
+ # well, I should maybe refactor the test into a method
assert_nil e
assert_equal @tracer.to_s, "3"
end