Skip to content

Commit

Permalink
NXP-22403: initialize current principal user workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
funshodavid committed Oct 9, 2017
1 parent ddf7277 commit 6ea6528
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -163,6 +163,9 @@ public void init() throws Exception {

storageConfiguration = coreFeature.getStorageConfiguration();

// Create user workspace for Administrator
userWorkspaceService.getCurrentUserPersonalWorkspace(session, null);

// Create test user
createUser("user1", "user1");

Expand Down

0 comments on commit 6ea6528

Please sign in to comment.