mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
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:
parent
3d34f4d4fe
commit
86b1646475
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue