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

Unified Diff: pkg/docgen/test/inherited_comments_test.dart

Issue 713863003: Generate docgen file names with hyphens in their names instead of colons (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test Created 6 years, 1 month 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/docgen/lib/src/models/indexable.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/inherited_comments_test.dart
diff --git a/pkg/docgen/test/inherited_comments_test.dart b/pkg/docgen/test/inherited_comments_test.dart
index 800bac6ba5520710171c24acad084c3644d3366d..3f078871168b580379840de7f80e17b6b50ab133 100644
--- a/pkg/docgen/test/inherited_comments_test.dart
+++ b/pkg/docgen/test/inherited_comments_test.dart
@@ -28,7 +28,7 @@ void main() {
});
schedule(() {
- var path = p.join(d.defaultRoot, 'docs', 'dart:core.Set.json');
+ var path = p.join(d.defaultRoot, 'docs', 'dart-core.Set.json');
var dartCoreSetJson = new File(path).readAsStringSync();
var dartCoreSet = JSON.decode(dartCoreSetJson) as Map<String, dynamic>;
« no previous file with comments | « pkg/docgen/lib/src/models/indexable.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698