| Index: samples/belay/tests/bcap_tests.dart
|
| diff --git a/samples/belay/tests/bcap_tests.dart b/samples/belay/tests/bcap_tests.dart
|
| index 15e7a5d6a266a1286c175da270226264310d5b37..da8363626eb100e99cb6e78b9a1f388ba8b0eedc 100644
|
| --- a/samples/belay/tests/bcap_tests.dart
|
| +++ b/samples/belay/tests/bcap_tests.dart
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('bcap_tests');
|
|
|
| -#import('../../../client/html/html.dart');
|
| -#import('../../../client/testing/unittest/unittest.dart');
|
| +#import('dart:html');
|
| +#import('../../../client/testing/unittest/unittest_html.dart');
|
| #import('../../../lib/json/json.dart');
|
| #import('../bcap/bcap.dart');
|
|
|
|
|