Skip to content

Commit

Permalink
Added Entry. setMetadata function existence check
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed May 8, 2012
1 parent df55b0d commit f9b774f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotest/tests/file.tests.js
Expand Up @@ -1162,6 +1162,7 @@ describe('File API', function() {
expect(entry.name).toBe(fileName);
expect(entry.fullPath).toBe(fullPath);
expect(typeof entry.getMetadata).toBe('function');
expect(typeof entry.setMetadata).toBe('function');
expect(typeof entry.moveTo).toBe('function');
expect(typeof entry.copyTo).toBe('function');
expect(typeof entry.toURL).toBe('function');
Expand Down

0 comments on commit f9b774f

Please sign in to comment.