This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit e5363c13 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Fixing Tests

parent da74d110
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -44,11 +44,11 @@ public class PluginManagerActionIT { ...@@ -44,11 +44,11 @@ public class PluginManagerActionIT {
ActionWrapper actionWrapper = config.getActions().get("someId"); ActionWrapper actionWrapper = config.getActions().get("someId");
Assert.assertTrue("metaData 1 should be applicable", Assert.assertTrue("metaData 1 should be applicable",
actionWrapper.isApplicable(readTestResults("metadata/1/metaData.yaml"))); actionWrapper.isApplicable(readTestResults("metaData/1/metaData.yaml")));
Assert.assertTrue("metaData 272 should be applicable", Assert.assertTrue("metaData 272 should be applicable",
actionWrapper.isApplicable(readTestResults("metadata/272/metaData.yaml"))); actionWrapper.isApplicable(readTestResults("metaData/272/metaData.yaml")));
Assert.assertFalse("metaData 2 should not be applicable", Assert.assertFalse("metaData 2 should not be applicable",
actionWrapper.isApplicable(readTestResults("metadata/2/metaData.yaml"))); actionWrapper.isApplicable(readTestResults("metaData/2/metaData.yaml")));
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment