test/test_zyps.rb in zyps-0.7.3 vs test/test_zyps.rb in zyps-0.7.4

- old
+ new

@@ -400,9 +400,14 @@ end class TestUtility < Test::Unit::TestCase + + + def setup + Utility.caching_enabled = true + end def test_to_radians assert_in_delta(0, Utility.to_radians(0), 0.01)