Skip to content

Commit

Permalink
#61 fix resource in settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
test authored and test committed May 6, 2015
1 parent 7ee0f26 commit 72204d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jargon-core/test-scripts/sample-maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ java test resources directory -->
<jargon.test.irods.user2>test2</jargon.test.irods.user2>
<jargon.test.irods.password2>test</jargon.test.irods.password2>
<jargon.test.irods.resource2>test1-resc2</jargon.test.irods.resource2>
<jargon.test.irods.resource2>test1-resc3</jargon.test.irods.resource2>
<jargon.test.irods.resource3>test1-resc3</jargon.test.irods.resource3>
<jargon.test.irods.user3>test3</jargon.test.irods.user3>
<jargon.test.irods.password3>test</jargon.test.irods.password3>
<jargon.test.kerberos.user></jargon.test.kerberos.user>
Expand Down
6 changes: 3 additions & 3 deletions jargon-core/test-scripts/testsetup-consortium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ iadmin mkuser test3 rodsuser

iadmin moduser test3 password test

iadmin mkresc test1-resc "unix file system" dfc-test-irods1.edc.renci.org:/var/lib/irods/iRODS/Vault1
iadmin mkresc test1-resc "unix file system" irodsLinux.irods.org:/var/lib/irods/iRODS/Vault1

iadmin mkresc test1-resc2 "unix file system" dfc-test-irods1.edc.renci.org:/var/lib/irods/iRODS/Vault2
iadmin mkresc test1-resc2 "unix file system" irodsLinux.irods.org:/var/lib/irods/iRODS/Vault2

iadmin mkresc test1-resc3 "unix file system" fedzone1.irods.org:/var/lib/irods/Vault3
iadmin mkresc test1-resc3 "unix file system" irodsLinux.irods.org:/var/lib/irods/iRODS/Vault3

iadmin mkuser anonymous rodsuser

Expand Down

0 comments on commit 72204d4

Please sign in to comment.