summaryrefslogtreecommitdiff
path: root/framework/qa/complex/framework/recovery/RecoveryTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/framework/recovery/RecoveryTest.java')
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTest.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
index ee565ff74330..10fc433e7cd1 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTest.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTest.java
@@ -84,6 +84,16 @@ import util.SOfficeFactory;
import util.UITools;
import util.utils;
+// ---------- junit imports -----------------
+import org.junit.After;
+import org.junit.AfterClass;
+import org.junit.Before;
+import org.junit.BeforeClass;
+import org.junit.Test;
+import org.openoffice.test.OfficeConnection;
+import static org.junit.Assert.*;
+// ------------------------------------------
+
public class RecoveryTest extends ComplexTestCase {
static XMultiServiceFactory xMSF;