Avoid using deprecated test assertions, see http://docs.python.org/dev/library/unittest.html#deprecated-aliases for the full list

svn path=/plone.app.discussion/trunk/; revision=48881
This commit is contained in:
Hanno Schlichting
2011-04-15 16:23:38 +00:00
parent 811d4a0429
commit 9db8909ea7
12 changed files with 372 additions and 372 deletions
@@ -54,7 +54,7 @@ you need to set it up and tear it down in each test.
};
window.equals = function(a, b, msg) {
assertEquals(msg ? msg : '', b, a);
assertEqual(msg ? msg : '', b, a);
};
window.start = window.stop = function() {