| Index: samples/third_party/dromaeo/Suites.dart
|
| diff --git a/samples/third_party/dromaeo/Suites.dart b/samples/third_party/dromaeo/Suites.dart
|
| index 131667a5e7fb92c97231889b2082da0fa500f3a4..4bb553d97efa67fa982b414669b74e3f70927c91 100644
|
| --- a/samples/third_party/dromaeo/Suites.dart
|
| +++ b/samples/third_party/dromaeo/Suites.dart
|
| @@ -44,35 +44,35 @@ class Suites {
|
|
|
| static const _CORE_SUITE_DESCRIPTIONS = const [
|
| const SuiteDescription(
|
| - 'dom-attr.html',
|
| + 'tests/dom-attr.html',
|
| 'DOM Attributes',
|
| JOHN_RESIG,
|
| 'Setting and getting DOM node attributes',
|
| const ['attributes'],
|
| _CORE_TEST_OPTIONS),
|
| const SuiteDescription(
|
| - 'dom-modify.html',
|
| + 'tests/dom-modify.html',
|
| 'DOM Modification',
|
| JOHN_RESIG,
|
| 'Creating and injecting DOM nodes into a document',
|
| const ['modify'],
|
| _CORE_TEST_OPTIONS),
|
| const SuiteDescription(
|
| - 'dom-query.html',
|
| + 'tests/dom-query.html',
|
| 'DOM Query',
|
| JOHN_RESIG,
|
| 'Querying DOM elements in a document',
|
| const ['query'],
|
| _CORE_TEST_OPTIONS),
|
| const SuiteDescription(
|
| - 'dom-traverse.html',
|
| + 'tests/dom-traverse.html',
|
| 'DOM Traversal',
|
| JOHN_RESIG,
|
| 'Traversing a DOM structure',
|
| const ['traverse'],
|
| _CORE_TEST_OPTIONS),
|
| const SuiteDescription(
|
| - '../../../../../tests/html/dromaeo_smoke.html',
|
| + '/root_dart/tests/html/dromaeo_smoke.html',
|
| 'Smoke test',
|
| const Origin('', ''),
|
| 'Dromaeo no-op smoke test',
|
|
|