JavaScript Test - add missing end test prolog for asynchronous test, bug 324688

This commit is contained in:
bclary@bclary.com 2007-04-30 10:11:07 -07:00
parent e09b510bb7
commit 2b18c48576

View File

@ -73,6 +73,8 @@ function init()
print('actual = ' + actual);
TEST(1, expect, actual);
END();
gDelayTestDriverEnd = false;
jsTestDriverEnd();
}
};