pulled system.out from StepScopeIntegrationTests.java

This commit is contained in:
David Turanski
2013-02-27 19:24:24 -05:00
committed by Michael Minella
parent ed87a0f87a
commit 2030c270ca

View File

@@ -80,7 +80,6 @@ public class StepScopeIntegrationTests {
String parent = (String) TestStep.getContext().getAttribute("parent");
assertNotNull(parent);
assertEquals("bar", parent);
System.out.println(TestStep.getContext().getAttribute("parent.class"));
assertTrue("Scoped proxy not created", ((String) TestStep.getContext().getAttribute("parent.class"))
.matches(PROXY_TO_STRING_REGEX));
}