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
11f20999
Kaydet (Commit)
11f20999
authored
Ara 18, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
test: Use appropriate OUString functions on string constants
Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52
üst
09e071fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bootstrapfixture.cxx
test/source/bootstrapfixture.cxx
+1
-1
No files found.
test/source/bootstrapfixture.cxx
Dosyayı görüntüle @
11f20999
...
@@ -173,7 +173,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor
...
@@ -173,7 +173,7 @@ void test::BootstrapFixture::validate(const OUString& rPath, test::ValidationFor
int
returnValue
=
system
(
OUStringToOString
(
aCommand
,
RTL_TEXTENCODING_UTF8
).
getStr
());
int
returnValue
=
system
(
OUStringToOString
(
aCommand
,
RTL_TEXTENCODING_UTF8
).
getStr
());
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
CPPUNIT_ASSERT_EQUAL_MESSAGE
(
OUStringToOString
(
OUString
(
"failed to execute: "
)
+
aCommand
,
OUStringToOString
(
"failed to execute: "
+
aCommand
,
RTL_TEXTENCODING_UTF8
).
getStr
(),
0
,
returnValue
);
RTL_TEXTENCODING_UTF8
).
getStr
(),
0
,
returnValue
);
OString
aContentString
=
loadFile
(
aOutput
.
GetURL
());
OString
aContentString
=
loadFile
(
aOutput
.
GetURL
());
...
...
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