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
051b11b5
Kaydet (Commit)
051b11b5
authored
May 27, 2003
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev6 (1.4.4); FILE MERGED
2003/05/21 10:44:30 sg 1.4.4.1: #109819# prepare devide of runner
üst
ce083f92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
java_fat_service.java
qadevOOo/runner/base/java_fat_service.java
+7
-5
No files found.
qadevOOo/runner/base/java_fat_service.java
Dosyayı görüntüle @
051b11b5
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: java_fat_service.java,v $
* $RCSfile: java_fat_service.java,v $
*
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
*
* last change:$Date: 2003-0
3-31 16:21:28
$
* last change:$Date: 2003-0
5-27 12:00:56
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -104,6 +104,8 @@ public class java_fat_service implements TestBase {
...
@@ -104,6 +104,8 @@ public class java_fat_service implements TestBase {
public
boolean
executeTest
(
lib
.
TestParameters
param
)
{
public
boolean
executeTest
(
lib
.
TestParameters
param
)
{
DynamicClassLoader
dcl
=
new
DynamicClassLoader
();
DynamicClassLoader
dcl
=
new
DynamicClassLoader
();
log
=
(
LogWriter
)
dcl
.
getInstance
((
String
)
param
.
get
(
"LogWriter"
));
log
=
(
LogWriter
)
dcl
.
getInstance
((
String
)
param
.
get
(
"LogWriter"
));
debug
=
((
Boolean
)
param
.
get
(
"DebugIsActive"
)).
booleanValue
();
DescGetter
dg
=
new
APIDescGetter
();
DescGetter
dg
=
new
APIDescGetter
();
String
job
=
(
String
)
param
.
get
(
"TestJob"
);
String
job
=
(
String
)
param
.
get
(
"TestJob"
);
boolean
retValue
=
true
;
boolean
retValue
=
true
;
...
@@ -111,7 +113,7 @@ public class java_fat_service implements TestBase {
...
@@ -111,7 +113,7 @@ public class java_fat_service implements TestBase {
//get Job-Descriptions
//get Job-Descriptions
log
.
println
(
"Getting Descriptions for Job: "
+
job
);
log
.
println
(
"Getting Descriptions for Job: "
+
job
);
DescEntry
[]
entries
=
dg
.
getDescriptionFor
(
job
,
DescEntry
[]
entries
=
dg
.
getDescriptionFor
(
job
,
(
String
)
param
.
get
(
"DescriptionPath"
),
true
);
(
String
)
param
.
get
(
"DescriptionPath"
),
debug
);
if
(
entries
==
null
)
{
if
(
entries
==
null
)
{
log
.
println
(
"Couldn't get Description for Job"
);
log
.
println
(
"Couldn't get Description for Job"
);
...
@@ -120,7 +122,7 @@ public class java_fat_service implements TestBase {
...
@@ -120,7 +122,7 @@ public class java_fat_service implements TestBase {
String
conStr
=
(
String
)
param
.
get
(
"ConnectionString"
);
String
conStr
=
(
String
)
param
.
get
(
"ConnectionString"
);
XMultiServiceFactory
msf
=
param
.
getMSF
();
XMultiServiceFactory
msf
=
(
XMultiServiceFactory
)
param
.
getMSF
();
for
(
int
l
=
0
;
l
<
entries
.
length
;
l
++)
{
for
(
int
l
=
0
;
l
<
entries
.
length
;
l
++)
{
...
@@ -266,7 +268,7 @@ public class java_fat_service implements TestBase {
...
@@ -266,7 +268,7 @@ public class java_fat_service implements TestBase {
protected
TestEnvironment
getEnv
(
DescEntry
entry
,
TestParameters
param
)
{
protected
TestEnvironment
getEnv
(
DescEntry
entry
,
TestParameters
param
)
{
DynamicClassLoader
dcl
=
new
DynamicClassLoader
();
DynamicClassLoader
dcl
=
new
DynamicClassLoader
();
log
=
(
LogWriter
)
dcl
.
getInstance
((
String
)
param
.
get
(
"LogWriter"
));
log
=
(
LogWriter
)
dcl
.
getInstance
((
String
)
param
.
get
(
"LogWriter"
));
XMultiServiceFactory
msf
=
param
.
getMSF
();
XMultiServiceFactory
msf
=
(
XMultiServiceFactory
)
param
.
getMSF
();
TestCase
tCase
=
null
;
TestCase
tCase
=
null
;
...
...
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