Uncomment the Dismissable unit test that checks for a #1068 fix

This commit is contained in:
Hans Muller 2015-09-11 10:44:38 -07:00
parent 5125bd5d0b
commit 1e18c38380

View File

@ -207,7 +207,6 @@ void main() {
// This is a regression test for
// https://github.com/domokit/sky_engine/issues/1068
/*
test('Verify that drag-move events do not assert', () {
WidgetTester tester = new WidgetTester();
scrollDirection = ScrollDirection.horizontal;
@ -229,5 +228,4 @@ void main() {
tester.dispatchEvent(pointer.move(location + (offset * 4.0)), location);
tester.pumpFrame(widgetBuilder);
});
*/
}