Test01.java (bc3375a3) Test01.java (5f344066)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 8 unchanged lines hidden (view full) ---

17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23package complex.tempfile;
24
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 8 unchanged lines hidden (view full) ---

17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23package complex.tempfile;
24
25// import complexlib.ComplexTestCase;
26
27import com.sun.star.lang.XMultiServiceFactory;
28import com.sun.star.ucb.XSimpleFileAccess;
29import com.sun.star.io.*;
30import com.sun.star.uno.UnoRuntime;
31import java.util.Random;
32
25import com.sun.star.lang.XMultiServiceFactory;
26import com.sun.star.ucb.XSimpleFileAccess;
27import com.sun.star.io.*;
28import com.sun.star.uno.UnoRuntime;
29import java.util.Random;
30
33import share.LogWriter;
34
35public class Test01 implements TempFileTest {
31public class Test01 implements TempFileTest {
36 LogWriter m_aLogWriter;
37 XMultiServiceFactory m_xMSF = null;
38 XSimpleFileAccess m_xSFA = null;
39 TestHelper m_aTestHelper = null;
40
41 public Test01(XMultiServiceFactory xMSF, XSimpleFileAccess xSFA) {
42 m_xMSF = xMSF;
43 m_xSFA = xSFA;
44 m_aTestHelper = new TestHelper( "Test01: ");

--- 70 unchanged lines hidden ---
32 XMultiServiceFactory m_xMSF = null;
33 XSimpleFileAccess m_xSFA = null;
34 TestHelper m_aTestHelper = null;
35
36 public Test01(XMultiServiceFactory xMSF, XSimpleFileAccess xSFA) {
37 m_xMSF = xMSF;
38 m_xSFA = xSFA;
39 m_aTestHelper = new TestHelper( "Test01: ");

--- 70 unchanged lines hidden ---