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
4ed804d9
Kaydet (Commit)
4ed804d9
authored
Şub 06, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: realtion -> relation
Change-Id: I2ec2d716eaff6c6dc03bf657e77daa8e4d57cb53
üst
f0c24877
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
_XUnoControlContainer.java
qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java
+1
-1
_XObjectInspector.java
qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
+1
-1
_XSingleSelectQueryComposer.java
qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+4
-4
_XDocumentHandler.java
qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
+1
-1
OInteractionHandler.java
qadevOOo/tests/java/mod/_dbaccess/OInteractionHandler.java
+1
-1
SbaXGridControl.java
qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java
+1
-1
No files found.
qadevOOo/tests/java/ifc/awt/_XUnoControlContainer.java
Dosyayı görüntüle @
4ed804d9
...
@@ -56,7 +56,7 @@ public class _XUnoControlContainer extends MultiMethodTest {
...
@@ -56,7 +56,7 @@ public class _XUnoControlContainer extends MultiMethodTest {
tabControl1
=
(
XTabController
)
tEnv
.
getObjRelation
(
"TABCONTROL1"
);
tabControl1
=
(
XTabController
)
tEnv
.
getObjRelation
(
"TABCONTROL1"
);
tabControl2
=
(
XTabController
)
tEnv
.
getObjRelation
(
"TABCONTROL2"
);
tabControl2
=
(
XTabController
)
tEnv
.
getObjRelation
(
"TABCONTROL2"
);
if
((
tabControl1
==
null
)
||
(
tabControl2
==
null
)){
if
((
tabControl1
==
null
)
||
(
tabControl2
==
null
)){
log
.
println
(
"ERROR: Needed object re
al
tions 'TABCONTROL1' and "
log
.
println
(
"ERROR: Needed object re
la
tions 'TABCONTROL1' and "
+
"'TABCONTROL2' are not found."
);
+
"'TABCONTROL2' are not found."
);
}
}
TabControllers
[
0
]
=
tabControl1
;
TabControllers
[
0
]
=
tabControl1
;
...
...
qadevOOo/tests/java/ifc/inspection/_XObjectInspector.java
Dosyayı görüntüle @
4ed804d9
...
@@ -83,7 +83,7 @@ public class _XObjectInspector extends MultiMethodTest {
...
@@ -83,7 +83,7 @@ public class _XObjectInspector extends MultiMethodTest {
}
}
/**
/**
* Inspects a new collection of one or more objects given by object re
al
tion
* Inspects a new collection of one or more objects given by object re
la
tion
* <CODE>XObjectInspector.toInspect</CODE><br>
* <CODE>XObjectInspector.toInspect</CODE><br>
* Has <b>OK</b> status if no runtime exceptions occurred.
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
*/
...
...
qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
Dosyayı görüntüle @
4ed804d9
...
@@ -151,7 +151,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
...
@@ -151,7 +151,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
/**
* At first the object relation <code>xProp</code> was set as parameter.
* At first the object relation <code>xProp</code> was set as parameter.
* Relation <code>xQueryAna</code> was used to check if re
al
tion
* Relation <code>xQueryAna</code> was used to check if re
la
tion
* <code>colName</code> was found.
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. A
* Second an empty <code>XPropertySet</code> was used as parameter. A
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
...
@@ -195,7 +195,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
...
@@ -195,7 +195,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
/**
* At first the object relation <code>xProp</code> was used as parameter.
* At first the object relation <code>xProp</code> was used as parameter.
* Relation <code>xQueryAna</code> was used to check if re
al
tion
* Relation <code>xQueryAna</code> was used to check if re
la
tion
* <code>colName</code> was found.
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. An
* Second an empty <code>XPropertySet</code> was used as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
...
@@ -299,7 +299,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
...
@@ -299,7 +299,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
/**
* First object relation <code>xProp</code> was used as parameter. Relation
* First object relation <code>xProp</code> was used as parameter. Relation
* <code>xQueryAna</code> was used to check if re
al
tion <code>colName</code>
* <code>xQueryAna</code> was used to check if re
la
tion <code>colName</code>
* was found.
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
...
@@ -331,7 +331,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
...
@@ -331,7 +331,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
/**
* First object relation <code>xProp</code> was set as parameter. Relation
* First object relation <code>xProp</code> was set as parameter. Relation
* <code>xQueryAna</code> was used to check if re
al
tion <code>colName</code>
* <code>xQueryAna</code> was used to check if re
la
tion <code>colName</code>
* was found.
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
...
...
qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
Dosyayı görüntüle @
4ed804d9
...
@@ -150,7 +150,7 @@ public class _XDocumentHandler extends MultiMethodTest {
...
@@ -150,7 +150,7 @@ public class _XDocumentHandler extends MultiMethodTest {
if
(
targetDocSet
!=
null
){
if
(
targetDocSet
!=
null
){
}
else
{
}
else
{
log
.
println
(
"object re
al
tion 'XDocumentHandler.TargetDocumentSetter' not used."
);
log
.
println
(
"object re
la
tion 'XDocumentHandler.TargetDocumentSetter' not used."
);
log
.
println
(
"be shure that the test have a target to write throu"
);
log
.
println
(
"be shure that the test have a target to write throu"
);
}
}
}
}
...
...
qadevOOo/tests/java/mod/_dbaccess/OInteractionHandler.java
Dosyayı görüntüle @
4ed804d9
...
@@ -66,7 +66,7 @@ public class OInteractionHandler extends TestCase {
...
@@ -66,7 +66,7 @@ public class OInteractionHandler extends TestCase {
* Object relations created :
* Object relations created :
* <ul>
* <ul>
* <li> <code>'XInteractionHandler.Request'</code> for
* <li> <code>'XInteractionHandler.Request'</code> for
* {@link ifc.task._XInteractionHandler} : this re
al
tion
* {@link ifc.task._XInteractionHandler} : this re
la
tion
* is <code>com.sun.star.task.XInteractionRequest</code>
* is <code>com.sun.star.task.XInteractionRequest</code>
* interface implementation which depends on the component
* interface implementation which depends on the component
* tested. In this case it emulates SQL error by returning
* tested. In this case it emulates SQL error by returning
...
...
qadevOOo/tests/java/mod/_dbaccess/SbaXGridControl.java
Dosyayı görüntüle @
4ed804d9
...
@@ -355,7 +355,7 @@ public class SbaXGridControl extends TestCase {
...
@@ -355,7 +355,7 @@ public class SbaXGridControl extends TestCase {
});
});
//Re
al
tion for XContainer
//Re
la
tion for XContainer
tEnv
.
addObjRelation
(
"XContainer.Container"
,
aContainer
);
tEnv
.
addObjRelation
(
"XContainer.Container"
,
aContainer
);
tEnv
.
addObjRelation
(
"INSTANCE"
,
aControl3
);
tEnv
.
addObjRelation
(
"INSTANCE"
,
aControl3
);
tEnv
.
addObjRelation
(
"INSTANCE2"
,
aControl4
);
tEnv
.
addObjRelation
(
"INSTANCE2"
,
aControl4
);
...
...
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