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
1afc67a4
Kaydet (Commit)
1afc67a4
authored
May 12, 2010
tarafından
Ingrid Halama
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart47: #i111552# ApiTest: LineDash Property is tested with wrong type
üst
e5fdcb5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
_LineProperties.java
qadevOOo/tests/java/ifc/drawing/_LineProperties.java
+1
-15
No files found.
qadevOOo/tests/java/ifc/drawing/_LineProperties.java
Dosyayı görüntüle @
1afc67a4
...
@@ -80,21 +80,7 @@ public class _LineProperties extends MultiPropertyTest {
...
@@ -80,21 +80,7 @@ public class _LineProperties extends MultiPropertyTest {
LineDash
aLineDash2
=
new
LineDash
();
LineDash
aLineDash2
=
new
LineDash
();
aLineDash
.
DashLen
=
5
;
aLineDash
.
DashLen
=
5
;
aLineDash2
.
DashLen
=
1
;
aLineDash2
.
DashLen
=
1
;
PropertyValue
[]
firstValue
=
new
PropertyValue
[
2
];
testProperty
(
"LineDash"
,
aLineDash
,
aLineDash2
);
firstValue
[
0
]
=
new
PropertyValue
();
firstValue
[
0
].
Name
=
"Name"
;
firstValue
[
0
].
Value
=
"Name1"
;
firstValue
[
1
]
=
new
PropertyValue
();
firstValue
[
1
].
Name
=
"LineDash"
;
firstValue
[
1
].
Value
=
aLineDash
;
PropertyValue
[]
secondValue
=
new
PropertyValue
[
2
];
secondValue
[
0
]
=
new
PropertyValue
();
secondValue
[
0
].
Name
=
"Name"
;
secondValue
[
0
].
Value
=
"Name2"
;
secondValue
[
1
]
=
new
PropertyValue
();
secondValue
[
1
].
Name
=
"LineDash"
;
secondValue
[
1
].
Value
=
aLineDash2
;
testProperty
(
"LineDash"
,
firstValue
,
secondValue
);
}
}
}
}
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