pulled system.out from StepScopeIntegrationTests.java
This commit is contained in:
committed by
Michael Minella
parent
ed87a0f87a
commit
2030c270ca
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user