Convert gml plugin tests to be async [#231]

This commit is contained in:
Jon Buckley 2012-03-07 21:48:10 -05:00
Родитель ee5ecb4246
Коммит c4c916563d
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
test( "Popcorn GML Plugin", function() {
asyncTest( "Popcorn GML Plugin", function() {
var popped = Popcorn( "#video" ),
expects = 8,
@ -14,8 +14,6 @@ test( "Popcorn GML Plugin", function() {
}
}
stop( 10000 );
ok( "gml" in popped, "gml is a method of the popped instance" );
plus();