dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Remove `Observe.dirtyCheck` calls from tests #81

Closed jakemac53 closed 8 years ago

jakemac53 commented 8 years ago

It appears that the test runner from package:test breaks the normal dirty checking zone stuff. I had to add a bunch of calls to Observable.dirtyCheck(); to observe_test and path_observer_test to get them working in the vm (they still work in dartium though - probably ran differently).

jakemac53 commented 8 years ago

reverted back to unittest package