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
e981b427
Kaydet (Commit)
e981b427
authored
Ock 21, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal: re-disable file based unit tests that don't pass
üst
22da27d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
osl_File.cxx
sal/qa/osl/file/osl_File.cxx
+4
-4
No files found.
sal/qa/osl/file/osl_File.cxx
Dosyayı görüntüle @
e981b427
...
@@ -4807,14 +4807,14 @@ namespace osl_File
...
@@ -4807,14 +4807,14 @@ namespace osl_File
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
read
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
read
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
write
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
write
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
readLine
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
readLine
,
"osl_File"
);
// FIXME: disabled these tests for now ... they seem not to pass ...
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
copy
,
"osl_File"
);
// CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::copy, "osl_File" );
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
move
,
"osl_File"
);
// CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_File::move, "osl_File" );
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
remove
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
remove
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
setAttributes
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
setAttributes
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
setTime
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
setTime
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
sync
,
"osl_File"
);
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION
(
osl_File
::
sync
,
"osl_File"
);
CPPUNIT_REGISTRY_ADD_TO_DEFAULT
(
"osl_File"
);
// FIXME: to enable these tests (when they work cross-platform) we need to add the below:
// CPPUNIT_REGISTRY_ADD_TO_DEFAULT( "osl_File" );
}
// namespace osl_File
}
// namespace osl_File
...
...
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