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
ada6b670
Kaydet (Commit)
ada6b670
authored
Mar 17, 2011
tarafından
Theo van Klaveren
Kaydeden (comit)
Caolán McNamara
Mar 18, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make the qa/rtl/rtl_crc32 test compile again.
üst
999dce7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
rtl_crc32.cxx
sal/qa/rtl/crc32/rtl_crc32.cxx
+6
-3
No files found.
sal/qa/rtl/crc32/rtl_crc32.cxx
Dosyayı görüntüle @
ada6b670
...
...
@@ -31,7 +31,10 @@
#include "precompiled_sal.hxx"
// autogenerated file with codegen.pl
#include <testshl/simpleheader.hxx>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <rtl/crc.h>
namespace
rtl_CRC32
...
...
@@ -170,7 +173,7 @@ public:
};
// class test
// -----------------------------------------------------------------------------
CPPUNIT_TEST_SUITE_
NAMED_REGISTRATION
(
rtl_CRC32
::
test
,
"rtl_crc32"
);
CPPUNIT_TEST_SUITE_
REGISTRATION
(
rtl_CRC32
::
test
);
}
// namespace rtl_CRC32
...
...
@@ -178,6 +181,6 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_CRC32::test, "rtl_crc32");
// this macro creates an empty function, which will called by the RegisterAllFunctions()
// to let the user the possibility to also register some functions by hand.
NOADDITIONAL
;
CPPUNIT_PLUGIN_IMPLEMENT
()
;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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