fix busted tests
This commit is contained in:
parent
19181dccbc
commit
6c0758c6aa
|
@ -1,9 +1,9 @@
|
||||||
define(["IDBFS"], function(IDBFS) {
|
define(["Filer"], function(Filer) {
|
||||||
|
|
||||||
describe('fs.xattr', function() {
|
describe('fs.xattr', function() {
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
this.db_name = mk_db_name();
|
this.db_name = mk_db_name();
|
||||||
this.fs = new IDBFS.FileSystem({
|
this.fs = new Filer.FileSystem({
|
||||||
name: this.db_name,
|
name: this.db_name,
|
||||||
flags: 'FORMAT'
|
flags: 'FORMAT'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue