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
24f277a4
Kaydet (Commit)
24f277a4
authored
Eyl 12, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Do not use int64 litteral without the proper wrapping
Change-Id: I879a47720f337b57038ac3207cb466aa42d0beeb
üst
c86b1a5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
firebird.cxx
dbaccess/qa/unit/firebird.cxx
+1
-1
No files found.
dbaccess/qa/unit/firebird.cxx
Dosyayı görüntüle @
24f277a4
...
@@ -75,7 +75,7 @@ void FirebirdTest::testIntegerDatabase()
...
@@ -75,7 +75,7 @@ void FirebirdTest::testIntegerDatabase()
xRow
->
getShort
(
xColumnLocate
->
findColumn
(
"_SMALLINT"
)));
xRow
->
getShort
(
xColumnLocate
->
findColumn
(
"_SMALLINT"
)));
CPPUNIT_ASSERT
(
sal_Int32
(
-
2100000000
)
==
CPPUNIT_ASSERT
(
sal_Int32
(
-
2100000000
)
==
xRow
->
getInt
(
xColumnLocate
->
findColumn
(
"_INT"
)));
xRow
->
getInt
(
xColumnLocate
->
findColumn
(
"_INT"
)));
CPPUNIT_ASSERT
(
sal_Int
64
(
-
9000000000000000000
)
==
CPPUNIT_ASSERT
(
SAL_CONST_INT
64
(
-
9000000000000000000
)
==
xRow
->
getLong
(
xColumnLocate
->
findColumn
(
"_BIGINT"
)));
xRow
->
getLong
(
xColumnLocate
->
findColumn
(
"_BIGINT"
)));
CPPUNIT_ASSERT
(
OUString
(
"5"
)
==
CPPUNIT_ASSERT
(
OUString
(
"5"
)
==
xRow
->
getString
(
xColumnLocate
->
findColumn
(
"_CHAR"
)));
xRow
->
getString
(
xColumnLocate
->
findColumn
(
"_CHAR"
)));
...
...
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