Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 520757 - [test] Port the metastore tests
  • Loading branch information
mrennie committed Sep 6, 2017
1 parent c395842 commit b816c85
Show file tree
Hide file tree
Showing 4 changed files with 460 additions and 111 deletions.
7 changes: 4 additions & 3 deletions modules/orionode/test/endpoints/test-workspace.js
Expand Up @@ -86,6 +86,9 @@ describe("Workspace endpoint", function() {
.end(done);
});
});
it.skip("testEncodedProjectContentLocation");
it.skip("testGetWorkspaceContentLocation");
it.skip("testGetDefaultContentLocation");
it("testMoveBadRequest", function(done) {
withDefaultWorkspace(function(ws) {
request()
Expand Down Expand Up @@ -228,9 +231,7 @@ describe("Workspace endpoint", function() {
});
});
});
it("testCopyProjectNonDefaultLocation", function(done) {
done();
});
it.skip("testCopyProjectNonDefaultLocation");
it.skip("testCopyFolderToProject", function(done) {
withDefaultWorkspace(function(ws) {
request()
Expand Down

0 comments on commit b816c85

Please sign in to comment.