| Index: tests/html/url_test.dart
 | 
| ===================================================================
 | 
| --- tests/html/url_test.dart	(revision 12412)
 | 
| +++ tests/html/url_test.dart	(working copy)
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  #library('url_test');
 | 
| -#import('../../pkg/unittest/lib/unittest.dart');
 | 
| -#import('../../pkg/unittest/lib/html_config.dart');
 | 
| +#import('../../pkg/unittest/unittest.dart');
 | 
| +#import('../../pkg/unittest/html_config.dart');
 | 
|  #import('dart:html');
 | 
|  
 | 
|  main() {
 | 
| 
 |