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
c95db1dc
Kaydet (Commit)
c95db1dc
authored
Eyl 28, 2010
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Automated merge with
http://hg-lan.germany.sun.com/ooo/DEV300
üst
78f4c0b7
024fd8d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
17 deletions
+19
-17
Summarizer.java
qadevOOo/runner/stats/Summarizer.java
+1
-1
GenericModelTest.java
qadevOOo/tests/java/mod/_forms/GenericModelTest.java
+15
-13
im_003_.inc
...automation/graphics/required/includes/impress/im_003_.inc
+3
-3
No files found.
qadevOOo/runner/stats/Summarizer.java
Dosyayı görüntüle @
c95db1dc
...
@@ -78,7 +78,7 @@ public class Summarizer
...
@@ -78,7 +78,7 @@ public class Summarizer
{
{
if
(
states
.
elementAt
(
j
).
equals
(
"not part of the job"
))
if
(
states
.
elementAt
(
j
).
equals
(
"not part of the job"
))
{
{
state
=
"
Not possible since not all Interfaces/Services have been checked
"
;
state
=
"
PASSED(some interfaces/services not tested).OK
"
;
}
}
else
else
{
{
...
...
qadevOOo/tests/java/mod/_forms/GenericModelTest.java
Dosyayı görüntüle @
c95db1dc
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
package
mod
.
_forms
;
package
mod
.
_forms
;
import
com.sun.star.beans.NamedValue
;
import
com.sun.star.beans.NamedValue
;
import
com.sun.star.beans.PropertyValue
;
import
com.sun.star.beans.PropertyValue
;
import
com.sun.star.container.XIndexAccess
;
import
java.io.PrintWriter
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.StatusException
;
...
@@ -251,11 +252,10 @@ public class GenericModelTest extends TestCase {
...
@@ -251,11 +252,10 @@ public class GenericModelTest extends TestCase {
if
(
m_ConnectionColsed
)
return
;
if
(
m_ConnectionColsed
)
return
;
try
{
try
{
XIndexAccess
forms
=
UnoRuntime
.
queryInterface
(
XIndexAccess
.
class
,
FormTools
.
getForms
(
WriterTools
.
getDrawPage
(
m_xTextDoc
)
)
);
XForm
myForm
=
(
XForm
)
AnyConverter
.
toObject
(
new
Type
(
XForm
.
class
),
XForm
myForm
=
(
XForm
)
AnyConverter
.
toObject
(
new
Type
(
XForm
.
class
),
(
FormTools
.
getForms
(
forms
.
getByIndex
(
0
));
WriterTools
.
getDrawPage
(
m_xTextDoc
)))
.
getByName
(
"Standard"
));
if
(
debug
){
if
(
debug
){
if
(
myForm
==
null
){
if
(
myForm
==
null
){
...
@@ -269,18 +269,20 @@ public class GenericModelTest extends TestCase {
...
@@ -269,18 +269,20 @@ public class GenericModelTest extends TestCase {
}
}
XPropertySet
xSetProp
=
(
XPropertySet
)
UnoRuntime
.
queryInterface
(
XPropertySet
xSetProp
=
UnoRuntime
.
queryInterface
(
XPropertySet
.
class
,
myForm
);
XPropertySet
.
class
,
myForm
);
XConnection
connection
=
UnoRuntime
.
queryInterface
(
XConnection
.
class
,
xSetProp
.
getPropertyValue
(
"ActiveConnection"
)
);
XConnection
connection
=
(
XConnection
)
AnyConverter
.
toObject
(
if
(
connection
==
null
)
new
Type
(
XConnection
.
class
),
{
xSetProp
.
getPropertyValue
(
"ActiveConnection"
));
if
(
debug
)
if
(
debug
&&
connection
==
null
){
log
.
println
(
"ERROR: could not get property 'ActiveConnection' from the XForm"
);
log
.
println
(
"ERROR: could not get property 'ActiveConnection' from the XForm"
);
}
else
{
connection
.
close
();
}
}
connection
.
close
();
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
log
.
println
(
"ERROR: Can't close the connection: "
+
e
.
toString
());
log
.
println
(
"ERROR: Can't close the connection: "
+
e
.
toString
());
e
.
printStackTrace
(
log
);
}
}
log
.
println
(
"closing data source..."
);
log
.
println
(
"closing data source..."
);
...
...
testautomation/graphics/required/includes/impress/im_003_.inc
Dosyayı görüntüle @
c95db1dc
...
@@ -217,14 +217,14 @@ testcase tiViewToolbar_1
...
@@ -217,14 +217,14 @@ testcase tiViewToolbar_1
printlog "
open
application
"
printlog "
open
application
"
Call hNewDocument
Call hNewDocument
printlog "
use
the
empty
layout
"
Call sSelectEmptyLayout
Call sSelectEmptyLayout
printlog "
delete
default
content
"
printlog "
delete
default
content
"
hUseAsyncSlot( "
EditSelectAll
" )
hUseAsyncSlot( "
EditSelectAll
" )
Kontext "
DocumentImpress
"
Kontext "
DocumentImpress
"
DocumentImpress.typeKeys("
<
DELETE
>
",true)
DocumentImpress.typeKeys("
<
DELETE
>
",true)
printlog "
use
the
empty
layout
"
call sSelectEmptyLayout
printlog "
Insert
->
Graphic
...
:
global\input\graf_inp\desp
.
bmp
"
printlog "
Insert
->
Graphic
...
:
global\input\graf_inp\desp
.
bmp
"
hUseAsyncSlot( "
InsertGraphicsFromFile
" )
hUseAsyncSlot( "
InsertGraphicsFromFile
" )
...
...
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