Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/SHIBUI-1378
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Smith committed Aug 1, 2019
2 parents 4d8178f + 8f0f2fb commit 5a9162d
Show file tree
Hide file tree
Showing 5 changed files with 1,091 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class SeleniumSIDETest extends Specification {
}
def runner = new Runner()
runner.varsMap.put('xmlUpload', Paths.get(this.class.getResource('/TestUpload.xml').toURI()).toString())
runner.varsMap.put('SHIBUI950', Paths.get(this.class.getResource('/SHIBUI-950.xml').toURI()).toString())
main.setupRunner(runner, config, [] as String[])

expect:
Expand Down Expand Up @@ -107,6 +108,9 @@ class SeleniumSIDETest extends Specification {
// 'Create and Modify Filter Order' | '/ModifyFilterOrder.side'
// 'SHIBUI-1281: Metadata Source Dashboard' | '/SHIBUI-1281.side'
'SHIBUI-1311: Metadata Provider Dashboard' | '/SHIBUI-1311.side'
'SHIBUI-950: Metadata Source from XML w/ digest' | '/SHIBUI-950.side'
'SHIBUI-1352: Create LocalDynamic provider' | '/SHIBUI-1352-1.side'
'SHIBUI-1352: Create FileSystem provider' | '/SHIBUI-1352-2.side'
}
}

Loading

0 comments on commit 5a9162d

Please sign in to comment.