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

Unified Diff: pkg/polymer/test/paths_test.dart

Issue 22955008: additional path on windows fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « pkg/polymer/test/css_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/paths_test.dart
diff --git a/pkg/polymer/test/paths_test.dart b/pkg/polymer/test/paths_test.dart
index 81f4b503141a7ea00e055105fed78fc128e343c4..4a54a9d8221abab9b0a130aff1fe535ebc0435c7 100644
--- a/pkg/polymer/test/paths_test.dart
+++ b/pkg/polymer/test/paths_test.dart
@@ -14,7 +14,7 @@ import 'package:unittest/unittest.dart';
main() {
useCompactVMConfiguration();
- group('outdir == basedir:', () {
+ group('paths', () {
setUp(() {
utils.path = new path.Builder(style: path.Style.posix);
});
@@ -23,6 +23,12 @@ main() {
utils.path = new path.Builder();
});
+ testPaths();
+ });
+}
+
+testPaths() {
+ group('outdir == basedir:', () {
group('outputPath', () {
test('mangle automatic', () {
var pathMapper = _newPathMapper('a', 'a', false);
« no previous file with comments | « pkg/polymer/test/css_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698