Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: samples/third_party/dromaeo/Suites.dart

Issue 12223074: Create generated tests inside the build directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/third_party/dromaeo/Dromaeo.dart ('k') | tests/html/dromaeo_smoke-html.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « samples/third_party/dromaeo/Dromaeo.dart ('k') | tests/html/dromaeo_smoke-html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698