| Index: samples/tests/samples/swarm/swarm_test.dart
|
| ===================================================================
|
| --- samples/tests/samples/swarm/swarm_test.dart (revision 12412)
|
| +++ samples/tests/samples/swarm/swarm_test.dart (working copy)
|
| @@ -9,8 +9,8 @@
|
| #import('../../../ui_lib/base/base.dart');
|
| #import('../../../ui_lib/view/view.dart');
|
| #import('../../../ui_lib/util/utilslib.dart');
|
| -#import('../../../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../../../pkg/unittest/unittest.dart');
|
| +#import('../../../../pkg/unittest/html_config.dart');
|
|
|
| // TODO(jmesserly): these would probably be easier to debug if they were written
|
| // in the WebKit layout test style, so we could easy compare that the DOM is
|
| @@ -56,7 +56,7 @@
|
| // transition end event before we can click a story.
|
| SectionView section = getView(swarm.sections[0]);
|
| section.showSources();
|
| - },
|
| + },
|
| () {
|
| final item = swarm.sections[0].feeds[2].articles[1];
|
| state.loadFromHistory(getHistory(item));
|
|
|