Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f4b36d28
Kaydet (Commit)
f4b36d28
authored
Nis 26, 2011
tarafından
Michael Stahl
Kaydeden (comit)
Bjoern Michaelsen
Haz 17, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gnumake4: dbaccess: subsequent tests [hg:ccd0baa1c81a]
üst
91834ef6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
13 deletions
+18
-13
JunitTest_dbaccess_complex.mk
dbaccess/JunitTest_dbaccess_complex.mk
+11
-10
JunitTest_dbaccess_unoapi.mk
dbaccess/JunitTest_dbaccess_unoapi.mk
+1
-0
Test.java
dbaccess/qa/unoapi/Test.java
+6
-3
No files found.
dbaccess/JunitTest_dbaccess_complex.mk
Dosyayı görüntüle @
f4b36d28
...
@@ -27,6 +27,11 @@
...
@@ -27,6 +27,11 @@
$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex,SRCDIR))
$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex,SRCDIR))
$(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
$$(DEFS) \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
))
$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
dbaccess/qa/complex/dbaccess/ApplicationController \
dbaccess/qa/complex/dbaccess/ApplicationController \
dbaccess/qa/complex/dbaccess/Beamer \
dbaccess/qa/complex/dbaccess/Beamer \
...
@@ -58,24 +63,20 @@ $(eval $(call gb_JunitTest_add_jars,dbaccess_complex,\
...
@@ -58,24 +63,20 @@ $(eval $(call gb_JunitTest_add_jars,dbaccess_complex,\
))
))
$(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
$(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
complex.dbaccess.ApplicationController \
complex.dbaccess.Beamer \
complex.dbaccess.Beamer \
complex.dbaccess.DataSource \
complex.dbaccess.DatabaseDocument \
complex.dbaccess.DatabaseDocument \
complex.dbaccess.Parser \
complex.dbaccess.PropertyBag \
complex.dbaccess.PropertyBag \
))
# deactivated since sb123;
# apparently most of these fail because OOo does not find JVM?
# complex.dbaccess.ApplicationController \
complex.dbaccess.DataSource \
complex.dbaccess.Parser \
complex.dbaccess.Query \
complex.dbaccess.Query \
complex.dbaccess.QueryInQuery \
complex.dbaccess.QueryInQuery \
complex.dbaccess.RowSet \
complex.dbaccess.RowSet \
complex.dbaccess.SingleSelectQueryComposer \
complex.dbaccess.SingleSelectQueryComposer \
complex.dbaccess.UISettings \
complex.dbaccess.UISettings \
complex.dbaccess.CopyTableWizard \
complex.dbaccess.CopyTableWizard \
complex.dbaccess.CRMBasedTestCase \
complex.dbaccess.CopyTableInterActionHandler \
complex.dbaccess.DatabaseApplication \
complex.dbaccess.FileHelper \
complex.dbaccess.RowSetEventListener \
complex.dbaccess.TestCase \
))
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
dbaccess/JunitTest_dbaccess_unoapi.mk
Dosyayı görüntüle @
f4b36d28
...
@@ -31,6 +31,7 @@ $(eval $(call gb_JunitTest_set_defs,dbaccess_unoapi,\
...
@@ -31,6 +31,7 @@ $(eval $(call gb_JunitTest_set_defs,dbaccess_unoapi,\
$$(DEFS) \
$$(DEFS) \
-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
-Dorg.openoffice.test.arg.ini=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.props \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
))
))
...
...
dbaccess/qa/unoapi/Test.java
Dosyayı görüntüle @
f4b36d28
...
@@ -27,6 +27,7 @@ package org.openoffice.dbaccess.qa.unoapi;
...
@@ -27,6 +27,7 @@ package org.openoffice.dbaccess.qa.unoapi;
import
org.openoffice.Runner
;
import
org.openoffice.Runner
;
import
org.openoffice.test.OfficeConnection
;
import
org.openoffice.test.OfficeConnection
;
import
org.openoffice.test.Argument
;
import
static
org
.
junit
.
Assert
.*;
import
static
org
.
junit
.
Assert
.*;
public
final
class
Test
{
public
final
class
Test
{
...
@@ -43,9 +44,11 @@ public final class Test {
...
@@ -43,9 +44,11 @@ public final class Test {
@org
.
junit
.
Test
public
void
test
()
{
@org
.
junit
.
Test
public
void
test
()
{
assertTrue
(
assertTrue
(
Runner
.
run
(
Runner
.
run
(
"-sce"
,
"dbaccess.sce"
,
"-xcl"
,
"knownissues.xcl"
,
"-ini"
,
"-sce"
,
Argument
.
get
(
"sce"
),
"dbaccess.props"
,
"-tdoc"
,
"testdocuments"
,
"-cs"
,
"-xcl"
,
Argument
.
get
(
"xcl"
),
connection
.
getDescription
()));
"-ini"
,
Argument
.
get
(
"ini"
),
"-tdoc"
,
Argument
.
get
(
"tdoc"
),
"-cs"
,
connection
.
getDescription
()));
}
}
private
final
OfficeConnection
connection
=
new
OfficeConnection
();
private
final
OfficeConnection
connection
=
new
OfficeConnection
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment