Skip to content

Commit

Permalink
Moved test start to second jsperanto instance
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rudmin committed May 24, 2012
1 parent 0d037df commit 778d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -31,7 +31,6 @@ asyncTest("translation", function() {
t('infinite');
equals(true,true,"recursive nested lookup should not crash");

start();
},o);

o.getSuffixMethod = function(count){
Expand All @@ -52,6 +51,7 @@ asyncTest("translation", function() {
equals(t('countCustomSuffix',{count:"string"}),"I have many. The count is string");
equals(t('countCustomSuffix',{count:"1"}),"I have exactly one. The count is 1");
equals(t('countCustomSuffix',{count:"01"}),"I have exactly one. The count is 01");
start();
},o);
});

Expand Down

0 comments on commit 778d25f

Please sign in to comment.