From c696055fbc116a65aac158fe6747079a3af44be4 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Thu, 10 Feb 2011 16:11:17 +0100 Subject: fwk165: #i116896# Fix problem with Java complex test checking new behavior --- framework/qa/complex/path_substitution/PathSubstitutionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qa') diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java index 451b2d3db8ec..e936fbf6ccad 100755 --- a/framework/qa/complex/path_substitution/PathSubstitutionTest.java +++ b/framework/qa/complex/path_substitution/PathSubstitutionTest.java @@ -63,7 +63,7 @@ public class PathSubstitutionTest /** * Create an array with all substitution variables */ - @Before private void initialize() + @Before public void initialize() { substVars = new VariableContainer(); substVars.add("$(prog)", true, true); -- cgit