fix busted tests

This commit is contained in:
Alan Kligman 2014-01-14 14:50:20 -05:00
parent 19181dccbc
commit 6c0758c6aa
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
define(["IDBFS"], function(IDBFS) {
define(["Filer"], function(Filer) {
describe('fs.xattr', function() {
beforeEach(function() {
this.db_name = mk_db_name();
this.fs = new IDBFS.FileSystem({
this.fs = new Filer.FileSystem({
name: this.db_name,
flags: 'FORMAT'
});