Skip to content

Commit

Permalink
#61 testing for 4.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 20, 2015
1 parent 645e42b commit b517c77
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public void testStoreRuleFromParts() throws Exception {

Rule actual = ruleCompositionService
.loadRuleFromIrods(irodsRuleFileAsFile.getAbsolutePath());
irodsRuleFileAsFile.reset();

Assert.assertTrue("rule file not stored (does not exist)",
irodsRuleFileAsFile.exists());
Expand Down Expand Up @@ -299,7 +298,6 @@ public void testStoreRule() throws Exception {

Rule actual = ruleCompositionService
.loadRuleFromIrods(irodsRuleFileAsFile.getAbsolutePath());
irodsRuleFileAsFile.reset();

Assert.assertTrue("rule file not stored (does not exist)",
irodsRuleFileAsFile.exists());
Expand Down Expand Up @@ -370,7 +368,6 @@ public void testStoreRuleOverwrite() throws Exception {

Rule actual = ruleCompositionService
.loadRuleFromIrods(irodsRuleFileAsFile.getAbsolutePath());
irodsRuleFileAsFile.reset();

Assert.assertTrue("rule file not stored (does not exist)",
irodsRuleFileAsFile.exists());
Expand Down Expand Up @@ -427,7 +424,6 @@ public void testDeleteInputParameterFromRule() throws Exception {

Rule actual = ruleCompositionService
.loadRuleFromIrods(irodsRuleFileAsFile.getAbsolutePath());
irodsRuleFileAsFile.reset();

Assert.assertTrue("rule file not stored (does not exist)",
irodsRuleFileAsFile.exists());
Expand Down Expand Up @@ -490,7 +486,6 @@ public void testDeleteOutputParameterFromRule() throws Exception {

Rule actual = ruleCompositionService
.loadRuleFromIrods(irodsRuleFileAsFile.getAbsolutePath());
irodsRuleFileAsFile.reset();

Assert.assertTrue("rule file not stored (does not exist)",
irodsRuleFileAsFile.exists());
Expand Down

0 comments on commit b517c77

Please sign in to comment.