r3017 committed - spinner unit tests: cleaned up some expects

r3017 committed - spinner unit tests: cleaned up some expects


Revision: 3017
Author: rdworth
Date: Fri Jul 31 05:53:35 2009
Log: spinner unit tests: cleaned up some expects
http://code.google.com/p/jquery-ui/source/detail?r=3017
Modified:
/branches/dev/spinner/tests/unit/spinner/spinner_events.js
=======================================
--- /branches/dev/spinner/tests/unit/spinner/spinner_events.js    Tue Jul 28
07:46:46 2009
+++ /branches/dev/spinner/tests/unit/spinner/spinner_events.js    Fri Jul 31
05:53:35 2009
@@ -38,7 +38,7 @@
});
test("stop", function() {
-    expect(4);
+    expect(1);
    var stop = 0;
@@ -54,7 +54,7 @@
});
test("change", function() {
-    expect(4);
+    expect(1);
    var start = spin = stop = change = 0;