Tests fixed, removing comments

This commit is contained in:
Dave Syer
2013-07-23 17:41:00 +01:00
parent 08137cf4d6
commit 0793e18857

View File

@@ -138,10 +138,6 @@ public class SampleIntegrationTests {
@Test
public void uiSample() throws Exception {
// Assume.assumeTrue("Not running in CI",
// System.getProperty("bamboo.buildPlanName") == null);
start("samples/ui.groovy", "--classpath=.:src/test/resources");
String result = FileUtil.readEntirely(new URL("http://localhost:8080")
.openStream());