Skip to content
Snippets Groups Projects
Commit a94dc517 authored by jakubs's avatar jakubs
Browse files

found a bug in a test of dynamic properties evaluation. fixing a bug makes the test fail.

SVN: 26500
parent b3e3ed97
No related branches found
No related tags found
No related merge requests found
......@@ -360,8 +360,9 @@ public class DynamicPropertiesEvaluationTest extends GenericSystemTestCase
testName, i + 1, ex.getMessage()));
continue; // exception thrown - retry
}
break; // exception not thrown - success
return; // exception not thrown - success
}
assertAction.execute();
}
@AfterMethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment