[java-identity-provider] 05/06: JSCRIPTING-4 Supress provoked by broken plugin
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 4 13:06:45 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=79a7ed151e689b4d74841bd6428a3b3e1da36f5e
commit 79a7ed151e689b4d74841bd6428a3b3e1da36f5e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 4 13:50:16 2020 +0100
JSCRIPTING-4 Supress provoked by broken plugin
https://issues.shibboleth.net/jira/browse/JSCRIPTING-4
---
.../java/net/shibboleth/idp/installer/plugin/PluginCLITest.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/PluginCLITest.java b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/PluginCLITest.java
index 5b8b1ffe8..78355e6a8 100644
--- a/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/PluginCLITest.java
+++ b/idp-installer/src/test/java/net/shibboleth/idp/installer/plugin/PluginCLITest.java
@@ -65,19 +65,19 @@ public class PluginCLITest extends BasePluginTest {
AbstractCommandLine.RC_OK);
}
- @Test(enabled = true) public void testLocal() {
+ @Test(enabled = true) public void testWrong() {
assertEquals(PluginInstallerCLI.runMain(new String[] { plugin.getAbsolutePath(), "-i", "a"}),
AbstractCommandLine.RC_INIT);
}
- @Test(enabled = true, dependsOnMethods = {"testRhinoLocal"}) public void testRhinoWeb() {
+ @Test(enabled = false, dependsOnMethods = {"testRhinoLocal"}) public void testRhinoWeb() {
assertEquals(PluginInstallerCLI.runMain(new String[] { plugin.getAbsolutePath(),
"-i", RHINO_DISTRO,
"-p", "net.shibboleth.idp.plugin.rhino"}),
AbstractCommandLine.RC_OK);
}
- @Test(enabled = true) public void testRhinoLocal() {
+ @Test(enabled = false) public void testRhinoLocal() {
Path unpack = null;
try {
unpack = Files.createTempDirectory("rhinoLocal");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list