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

Unified Diff: pkg/unittest/lib/html_individual_config.dart

Issue 12096072: Update test expectations and address Martin's DBC. Oh what fun to test on platforms you can't repo … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/html_individual_config.dart
diff --git a/pkg/unittest/lib/html_individual_config.dart b/pkg/unittest/lib/html_individual_config.dart
index 9c26e11c6decc14f7a7c61a967d3b6be98114cb0..14084211d8fe569b1b8dcd646a2aacb7c9d3681e 100644
--- a/pkg/unittest/lib/html_individual_config.dart
+++ b/pkg/unittest/lib/html_individual_config.dart
@@ -25,7 +25,7 @@ class HtmlIndividualConfiguration extends htmlconfig.HtmlConfiguration {
void onStart() {
var testGroupName = window.location.search;
- var groupVar = '&group=';
+ var groupVar = 'group=';
if (testGroupName != '' && testGroupName.contains(groupVar)) {
try {
testGroupName = testGroupName.substring(
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698