diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-02-25 15:22:08 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-02-25 15:22:08 +0000 |
commit | 1ea8230d720e166f2e42da047d8fd333935a02ac (patch) | |
tree | 60f5574a63f18b2446835d75d5f7f3ded2f5c164 /scripting/workben/ifc/scripting | |
parent | 97888e5980956e95bb9a4a77aa48a0d2fd3c1ec8 (diff) |
Update tests according to Steffen Grunds suggestions
Diffstat (limited to 'scripting/workben/ifc/scripting')
-rw-r--r-- | scripting/workben/ifc/scripting/_XScriptInfo.java | 7 | ||||
-rw-r--r-- | scripting/workben/ifc/scripting/_XScriptNameResolver.java | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/scripting/workben/ifc/scripting/_XScriptInfo.java b/scripting/workben/ifc/scripting/_XScriptInfo.java index 4d13a28e1b9f..2fb4c625b3b4 100644 --- a/scripting/workben/ifc/scripting/_XScriptInfo.java +++ b/scripting/workben/ifc/scripting/_XScriptInfo.java @@ -2,9 +2,9 @@ * * $RCSfile: _XScriptInfo.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2002-12-10 14:12:05 $ + * last change:$Date: 2003-02-25 16:22:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -351,7 +351,8 @@ public class _XScriptInfo extends MultiMethodTest { else if (output.length() == 0) output = "empty"; - log.println("expected: " + expected + ", output: " + output); + log.println("expected: [" + expected + "], output: [" + + output + "]"); result &= output.equals(expected); } } diff --git a/scripting/workben/ifc/scripting/_XScriptNameResolver.java b/scripting/workben/ifc/scripting/_XScriptNameResolver.java index a510400b253d..0166ca7f2a20 100644 --- a/scripting/workben/ifc/scripting/_XScriptNameResolver.java +++ b/scripting/workben/ifc/scripting/_XScriptNameResolver.java @@ -2,9 +2,9 @@ * * $RCSfile: _XScriptNameResolver.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change:$Date: 2002-12-10 14:12:06 $ + * last change:$Date: 2003-02-25 16:22:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,7 +126,7 @@ public class _XScriptNameResolver extends MultiMethodTest { HashMap map = new HashMap(); map.put("SCRIPTING_DOC_STORAGE_ID", new Integer(storageId)); - map.put("SCRIPTING_DOC_URI", "hahaha"); + map.put("SCRIPTING_DOC_URI", util.utils.getFullTestURL(location)); Parameters params = new Parameters(map); Object[] args = new Object[] {params}; |