diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 13:23:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 13:23:15 +0000 |
commit | f27e1e37336688c6a979429ac75f6e01896a9381 (patch) | |
tree | 8b0e6860a2c282db62ffcfacf86335f2346cbef7 /sfx2/qa | |
parent | 4583c1b8c24312af0e238eda3150a539e8a396f8 (diff) |
INTEGRATION: CWS fwkfinal1 (1.3.170); FILE MERGED
2005/03/15 16:26:44 mba 1.3.170.1: #i43920#: new events
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/complex/CheckGlobalEventBroadcaster_writer1.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/qa/complex/CheckGlobalEventBroadcaster_writer1.java b/sfx2/qa/complex/CheckGlobalEventBroadcaster_writer1.java index 75a1362ca60d..4e093ba29bde 100644 --- a/sfx2/qa/complex/CheckGlobalEventBroadcaster_writer1.java +++ b/sfx2/qa/complex/CheckGlobalEventBroadcaster_writer1.java @@ -2,9 +2,9 @@ * * $RCSfile: CheckGlobalEventBroadcaster_writer1.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change:$Date: 2004-11-17 13:33:05 $ + * last change:$Date: 2005-03-23 14:23:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,7 +154,7 @@ public class CheckGlobalEventBroadcaster_writer1 extends ComplexTestCase { notifyEvents.clear(); xTextDoc = wHelper.openEmptyDoc(); shortWait(); - expected = new String[] { "OnUnfocus", "OnNew", "OnViewCreated", "OnFocus" }; + expected = new String[] { "OnUnfocus", "OnCreate", "OnViewCreated", "OnFocus" }; assure("Wrong events fired when opening empty doc", proveExpectation(expected)); @@ -184,7 +184,7 @@ public class CheckGlobalEventBroadcaster_writer1 extends ComplexTestCase { notifyEvents.clear(); xTextDoc = wHelper.openFromDialog(".uno:NewWindow", "", false); shortWait(); - expected = new String[] { "OnUnfocus", "OnNew", "OnViewCreated", "OnFocus", "OnUnfocus", "OnViewCreated", "OnFocus", }; + expected = new String[] { "OnUnfocus", "OnCreate", "OnViewCreated", "OnFocus", "OnUnfocus", "OnViewCreated", "OnFocus", }; assure("Wrong events fired when opening an writer doc via Window-New Window", proveExpectation(expected)); @@ -218,7 +218,7 @@ public class CheckGlobalEventBroadcaster_writer1 extends ComplexTestCase { shortWait(); shortWait(); shortWait(); - expected = new String[] { "OnViewClosed", "OnNew", "OnFocus", "OnModifyChanged" }; + expected = new String[] { "OnViewClosed", "OnCreate", "OnFocus", "OnModifyChanged" }; assure("Wrong events fired when starting labels wizard", proveExpectation(expected)); |