##// END OF EJS Templates
Fix test of hold_trait_validation
Sylvain Corlay -
Show More
@@ -1356,7 +1356,7 b' def test_hold_trait_notifications():'
1356 t.a = 4
1356 t.a = 4
1357 nt.assert_equal(t.a, 4)
1357 nt.assert_equal(t.a, 4)
1358 nt.assert_equal(changes, [])
1358 nt.assert_equal(changes, [])
1359 nt.assert_equal(changes, [(0,1), (1,2), (2,3), (3,4)])
1359 nt.assert_equal(changes, [(3,4)])
1360
1360
1361
1361
1362 class OrderTraits(HasTraits):
1362 class OrderTraits(HasTraits):
General Comments 0
You need to be logged in to leave comments. Login now