From ad2eb6c4ba3ca36e2302c721a106dac80d266325 Mon Sep 17 00:00:00 2001 From: "Stefan Knorr (astron)" Date: Thu, 8 Dec 2011 09:05:20 +0100 Subject: Less succes, more success --- qadevOOo/tests/java/ifc/frame/_XStorable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo/tests/java/ifc/frame/_XStorable.java') diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java index f9e8391b8c04..8883f347ad6f 100644 --- a/qadevOOo/tests/java/ifc/frame/_XStorable.java +++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java @@ -82,7 +82,7 @@ public class _XStorable extends MultiMethodTest { // else try to obtain location requiredMethod("storeAsURL()"); if (storeUrl != null) { - // if stored succesfully - check location + // if stored successfully - check location log.println(oObj.getLocation() + "--" + storeUrl); tRes.tested("getLocation()", storeUrl.equals(oObj.getLocation())); @@ -107,7 +107,7 @@ public class _XStorable extends MultiMethodTest { public void _hasLocation() { requiredMethod("storeAsURL()"); if (storeUrl != null) { - // if stored succesfully - it should have a location + // if stored successfully - it should have a location tRes.tested("hasLocation()", oObj.hasLocation()); } else { // if not - it should not -- cgit