mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Fixed name of test suite to match actual class name
This commit is contained in:
parent
becb1daa39
commit
3ec0c07843
Notes:
Trevor Parscal
2012-03-08 19:37:13 +00:00
|
@ -1,6 +1,6 @@
|
|||
module( 've/dm' );
|
||||
|
||||
test( 've.dm.TransactionSynchronizer', 9, function() {
|
||||
test( 've.dm.DocumentSynchronizer', 9, function() {
|
||||
var tests = {
|
||||
// Test 1
|
||||
'resize actions adjust node lengths': {
|
||||
|
|
Loading…
Reference in a new issue