| Index: tests/html/js_test.dart
|
| diff --git a/tests/html/js_test.dart b/tests/html/js_test.dart
|
| index 37c73abb3c3954c5eeea279f1144734440de4bdd..a902d59f23985071252cbde4674c4f0393976cc3 100644
|
| --- a/tests/html/js_test.dart
|
| +++ b/tests/html/js_test.dart
|
| @@ -322,7 +322,7 @@ main() {
|
|
|
| });
|
|
|
| - group('new JsObject()', () {
|
| + group('new_JsObject', () {
|
|
|
| test('new Foo()', () {
|
| var foo = new JsObject(context['Foo'], [42]);
|
| @@ -649,7 +649,7 @@ main() {
|
|
|
| });
|
|
|
| - group('Dart functions', () {
|
| + group('Dart_functions', () {
|
| test('invoke Dart callback from JS', () {
|
| expect(() => context.callMethod('invokeCallback'), throws);
|
|
|
| @@ -752,7 +752,7 @@ main() {
|
| });
|
| });
|
|
|
| - group('JsObject methods', () {
|
| + group('JsObject_methods', () {
|
|
|
| test('hashCode and ==', () {
|
| final o1 = context['Object'];
|
|
|