()
| 61 | } |
| 62 | |
| 63 | @Test(expected = BuildException.class) |
| 64 | public void bug58086b() { |
| 65 | DeployTask deployTask = new DeployTask(); |
| 66 | setDefaults(deployTask); |
| 67 | testExecute(deployTask, "scheme:./test/deployment/context.war"); |
| 68 | } |
| 69 | |
| 70 | @Test(expected = BuildException.class) |
| 71 | public void bug58086c() { |
nothing calls this directly
no test coverage detected