mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Uncomment the Dismissable unit test that checks for a #1068 fix
This commit is contained in:
parent
5125bd5d0b
commit
1e18c38380
@ -207,7 +207,6 @@ void main() {
|
|||||||
|
|
||||||
// This is a regression test for
|
// This is a regression test for
|
||||||
// https://github.com/domokit/sky_engine/issues/1068
|
// https://github.com/domokit/sky_engine/issues/1068
|
||||||
/*
|
|
||||||
test('Verify that drag-move events do not assert', () {
|
test('Verify that drag-move events do not assert', () {
|
||||||
WidgetTester tester = new WidgetTester();
|
WidgetTester tester = new WidgetTester();
|
||||||
scrollDirection = ScrollDirection.horizontal;
|
scrollDirection = ScrollDirection.horizontal;
|
||||||
@ -229,5 +228,4 @@ void main() {
|
|||||||
tester.dispatchEvent(pointer.move(location + (offset * 4.0)), location);
|
tester.dispatchEvent(pointer.move(location + (offset * 4.0)), location);
|
||||||
tester.pumpFrame(widgetBuilder);
|
tester.pumpFrame(widgetBuilder);
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user