()
| 68 | } |
| 69 | |
| 70 | @Test(expected = BuildException.class) |
| 71 | public void bug58086c() { |
| 72 | DeployTask deployTask = new DeployTask(); |
| 73 | setDefaults(deployTask); |
| 74 | testExecute(deployTask, "sc:./test/deployment/context.war"); |
| 75 | } |
| 76 | |
| 77 | @Test(expected = BuildException.class) |
| 78 | public void bug58086d() { |
nothing calls this directly
no test coverage detected