diff options
Diffstat (limited to 'dbaccess/qa/unoapi')
-rw-r--r-- | dbaccess/qa/unoapi/Test.java | 55 | ||||
-rw-r--r-- | dbaccess/qa/unoapi/dbaccess.props | 6 | ||||
-rw-r--r-- | dbaccess/qa/unoapi/dbaccess.sce | 15 | ||||
-rw-r--r-- | dbaccess/qa/unoapi/knownissues.xcl | 62 | ||||
-rwxr-xr-x | dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbf | bin | 949 -> 0 bytes | |||
-rwxr-xr-x | dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbt | bin | 512 -> 0 bytes |
6 files changed, 0 insertions, 138 deletions
diff --git a/dbaccess/qa/unoapi/Test.java b/dbaccess/qa/unoapi/Test.java deleted file mode 100644 index 9871ef340..000000000 --- a/dbaccess/qa/unoapi/Test.java +++ /dev/null @@ -1,55 +0,0 @@ -/************************************************************************* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* This file is part of OpenOffice.org. -* -* OpenOffice.org is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License version 3 -* only, as published by the Free Software Foundation. -* -* OpenOffice.org is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License version 3 for more details -* (a copy is included in the LICENSE file that accompanied this code). -* -* You should have received a copy of the GNU Lesser General Public License -* version 3 along with OpenOffice.org. If not, see -* <http://www.openoffice.org/license.html> -* for a copy of the LGPLv3 License. -************************************************************************/ - -package org.openoffice.dbaccess.qa.unoapi; - -import org.openoffice.Runner; -import org.openoffice.test.OfficeConnection; -import org.openoffice.test.Argument; -import static org.junit.Assert.*; - -public final class Test { - @org.junit.Before public void setUp() throws Exception { - connection.setUp(); - } - - @org.junit.After public void tearDown() - throws InterruptedException, com.sun.star.uno.Exception - { - connection.tearDown(); - } - - @org.junit.Test public void test() { - assertTrue( - Runner.run( - "-sce", Argument.get("sce"), - "-xcl", Argument.get("xcl"), - "-ini", Argument.get("ini"), - "-tdoc", Argument.get("tdoc"), - "-cs", connection.getDescription())); - } - - private final OfficeConnection connection = new OfficeConnection(); -} diff --git a/dbaccess/qa/unoapi/dbaccess.props b/dbaccess/qa/unoapi/dbaccess.props deleted file mode 100644 index 0380eda38..000000000 --- a/dbaccess/qa/unoapi/dbaccess.props +++ /dev/null @@ -1,6 +0,0 @@ -#properties needed for dbbaccess - -jdbc.url=mysql://unoapi:3306/testDB -jdbc.user=unoapi -jdbc.password=unoapi -mysql.url=sdbc:mysql:jdbc:unoapi:3306/TestDB diff --git a/dbaccess/qa/unoapi/dbaccess.sce b/dbaccess/qa/unoapi/dbaccess.sce deleted file mode 100644 index 798a841d2..000000000 --- a/dbaccess/qa/unoapi/dbaccess.sce +++ /dev/null @@ -1,15 +0,0 @@ -#i84113 -o dbaccess.ConnectionLineAccessibility --o dbaccess.DBContentLoader -#i84114 -o dbaccess.JoinViewAccessibility --o dbaccess.OCommandDefinition --o dbaccess.ODatabaseContext --o dbaccess.ODatabaseSource --o dbaccess.ODatasourceAdministrationDialog -#i98007 -o dbaccess.ODatasourceBrowser --o dbaccess.OInteractionHandler -#i84116 -o dbaccess.OQueryDesign --o dbaccess.ORowSet --o dbaccess.OSQLMessageDialog --o dbaccess.OSingleSelectQueryComposer -#i95611 -o dbaccess.SbaXGridControl -#i84128 -o dbaccess.TableWindowAccessibility diff --git a/dbaccess/qa/unoapi/knownissues.xcl b/dbaccess/qa/unoapi/knownissues.xcl deleted file mode 100644 index 26403dab1..000000000 --- a/dbaccess/qa/unoapi/knownissues.xcl +++ /dev/null @@ -1,62 +0,0 @@ -### 114044 ### -dbaccess.ORowSet::com::sun::star::sdbc::XWarningsSupplier - -### i38209 ### -dbaccess.ODatasourceAdministrationDialog::com::sun::star::sdb::DatasourceAdministrationDialog - -### i55579 ### -dbaccess.OQueryDesign::com::sun::star::frame::XController - -### i84113 ### -dbaccess.ConnectionLineAccessibility -# -> disabled in dbaccess.sce - -### i84114 ### -dbaccess.JoinViewAccessibility -# -> disabled in dbaccess.sce - -### i84116 ### -dbaccess.OQueryDesign -# -> disabled in dbaccess.sce - -### i84125 ### -dbaccess.SbaXGridControl::com::sun::star::view::XSelectionSupplier - -### i84127 ### -dbaccess.SbaXGridControl::com::sun::star::awt::XWindow - -### i86990 ### -dbaccess.ODatabaseSource::com::sun::star::beans::XPropertySet -dbaccess.OCommandDefinition::com::sun::star::beans::XPropertySet - -### i84128 ### -dbaccess.TableWindowAccessibility -# -> disabled in dbaccess.sce - -### i87247 ### -dbaccess.DBContentLoader::com::sun::star::frame::XFrameLoader - -### i88646 ### -dbaccess.ODatabaseContext::com::sun::star::uno::XNamingService - -### i90358 ### -dbaccess.SbaXGridControl::com::sun::star::awt::XView - -### i90359 ### -dbaccess.ODatabaseSource::com::sun::star::sdb::DataSource - -### i95611 ### -dbaccess.SbaXGridControl -# -> disabled in dbaccess.sce - -### i95691 ### -dbaccess.ORowSet::com::sun::star::sdbc::XRowUpdate -dbaccess.ORowSet::com::sun::star::sdbc::XRow - -## i97860 ### -dbaccess.ORowSet::com::sun::star::sdbcx::XDeleteRows -dbaccess.ORowSet::com::sun::star::sdbc::XResultSetUpdate - -### i98007 ### -dbaccess.ODatasourceBrowser -# -> disabled in dbaccess.sce
\ No newline at end of file diff --git a/dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbf b/dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbf Binary files differdeleted file mode 100755 index c3af1e143..000000000 --- a/dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbf +++ /dev/null diff --git a/dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbt b/dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbt Binary files differdeleted file mode 100755 index 41cb9d24c..000000000 --- a/dbaccess/qa/unoapi/testdocuments/TestDB/testDB.dbt +++ /dev/null |