webSQL is not suported by Firefox fixed test supported should of true should not be expected.

TBR=alanknight@google.com

Change-Id: Ie6fc9e2db90994ac866637dc12ac5d496f6a627a
Reviewed-on: https://dart-review.googlesource.com/47280
Reviewed-by: Terry Lucas <terry@google.com>
This commit is contained in:
Terry Lucas 2018-03-20 17:06:25 +00:00
parent 3d34f4d4fe
commit 86b1646475

View file

@ -56,12 +56,6 @@ main() async {
await setup();
group('Database', () {
test('supported', () {
expect(SqlDatabase.supported, true);
});
});
group('Database', () {
test('Open/Transaction', () async {
if (!SqlDatabase.supported) return;