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

Unified Diff: utils/tests/pub/validator_test.dart

Issue 12659008: Fix a couple broken tests in pub/validator_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove "solo_". Created 7 years, 9 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 | « utils/pub/validator/compiled_dartdoc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/validator_test.dart
diff --git a/utils/tests/pub/validator_test.dart b/utils/tests/pub/validator_test.dart
index 2c3694583f78a36f6f334b52794faf0c6280e497..fcbb5617206fbee192da5b8262093df9556db9d6 100644
--- a/utils/tests/pub/validator_test.dart
+++ b/utils/tests/pub/validator_test.dart
@@ -552,7 +552,7 @@ main() {
expectValidationError(size(10 * math.pow(2, 20) + 1));
});
- test('contains compiled dartdoc', () {
+ integration('contains compiled dartdoc', () {
dir(appPath, [
dir('doc-out', [
file('nav.json', ''),
@@ -566,7 +566,7 @@ main() {
expectValidationWarning(compiledDartdoc);
});
- test('has a README with invalid utf-8', () {
+ integration('has a README with invalid utf-8', () {
dir(appPath, [
binaryFile("README", [192])
]).scheduleCreate();
« no previous file with comments | « utils/pub/validator/compiled_dartdoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698