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

Unified Diff: pkg/pathos/test/pathos_dartium_test.dart

Issue 16836011: Fix pathos_dartium_test to use html_config (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pathos/test/pathos_dartium_test.dart
diff --git a/pkg/pathos/test/pathos_dartium_test.dart b/pkg/pathos/test/pathos_dartium_test.dart
index 12691a5dcf2748cc502e028d36a853743255a4ba..f03abc6a6173f98f1d938c5e17279c44e0c004e3 100644
--- a/pkg/pathos/test/pathos_dartium_test.dart
+++ b/pkg/pathos/test/pathos_dartium_test.dart
@@ -5,9 +5,12 @@
import 'dart:html';
import 'package:unittest/unittest.dart';
+import 'package:unittest/html_config.dart';
import 'package:pathos/path.dart' as path;
main() {
+ useHtmlConfiguration();
+
group('new Builder()', () {
test('uses the current working directory if root is omitted', () {
var builder = new path.Builder();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698