mozilla / memchaser

Firefox extension to chase the memory usage and garbage collector activity
https://wiki.mozilla.org/QA/Automation_Services/Projects/Addons/MemChaser
29 stars 23 forks source link

Update tests to use test/assert module instead the deprecated TestRunner class #222

Closed xabolcs closed 8 years ago

xabolcs commented 9 years ago

Current tests use TestRunner instances. Let use SDK's test/assert module instead.

whimboo commented 9 years ago

Good idea! That will give us a bit more flexibility.

xabolcs commented 8 years ago

Fixed by commit 3447f425e0e9d4419bf4cc804c03f9b719fcfb4f above.