aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorAndrei Picus <office.nightcrawler@gmail.com>2014-01-16 15:03:34 +0200
committerTJ VanToll <tj.vantoll@gmail.com>2014-01-20 09:42:14 -0500
commit998d04d55d4d1da2a9e24eea285349d388a6d0fc (patch)
treeaad368e0400808dfebcc09b2d1352004bb70b937 /tests/unit
parent74290830650506dbf2c3d56f79366629b576e2a2 (diff)
downloadjquery-ui-998d04d55d4d1da2a9e24eea285349d388a6d0fc.tar.gz
jquery-ui-998d04d55d4d1da2a9e24eea285349d388a6d0fc.zip
Tests: sortable: fix assert message.
Changed 'stop' to 'over'. Closes gh-1174
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/sortable/sortable_events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable_events.js b/tests/unit/sortable/sortable_events.js
index 2d745ac20..8333b8bd4 100644
--- a/tests/unit/sortable/sortable_events.js
+++ b/tests/unit/sortable/sortable_events.js
@@ -248,7 +248,7 @@ test( "over", function() {
dy: 20
});
- ok( hash, "stop event triggered" );
+ ok( hash, "over event triggered" );
ok( hash.helper, "UI includes: helper" );
ok( hash.placeholder, "UI hash includes: placeholder" );
ok( hash.position && ( "top" in hash.position && "left" in hash.position ), "UI hash includes: position" );