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
f9525cb4
Kaydet (Commit)
f9525cb4
authored
May 30, 2015
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tweaks
Change-Id: I84ca5d1f3247d3ba3ed76bf3d39be14b47613703
üst
d6d19aca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
RowSet.java
dbaccess/qa/complex/dbaccess/RowSet.java
+5
-4
No files found.
dbaccess/qa/complex/dbaccess/RowSet.java
Dosyayı görüntüle @
f9525cb4
...
...
@@ -86,10 +86,11 @@ public class RowSet extends TestCase
public
void
run
()
{
int
i
=-
1
;
try
{
m_resultSet
.
beforeFirst
();
for
(
i
nt
i
=
0
;
m_resultSet
.
next
();
++
i
)
for
(
i
=
0
;
m_resultSet
.
next
();
++
i
)
{
int
pos
=
m_resultSet
.
getRow
();
testPosition
(
m_resultSet
,
m_row
,
i
+
1
,
"clone move("
+
m_id
+
")"
);
...
...
@@ -99,7 +100,7 @@ public class RowSet extends TestCase
}
catch
(
Exception
e
)
{
fail
(
"ResultSetMovementStress("
+
m_id
+
") failed: "
+
e
);
fail
(
"ResultSetMovementStress("
+
m_id
+
") failed
at i="
+
i
+
"
: "
+
e
);
}
}
}
...
...
@@ -122,7 +123,7 @@ public class RowSet extends TestCase
try
{
createStru
ture
();
createStruc
ture
();
}
catch
(
SQLException
e
)
{
...
...
@@ -227,7 +228,7 @@ public class RowSet extends TestCase
}
void
createStruture
()
throws
SQLException
void
createStru
c
ture
()
throws
SQLException
{
m_database
.
executeSQL
(
"DROP TABLE \"TEST1\" IF EXISTS"
);
m_database
.
executeSQL
(
"CREATE TABLE \"TEST1\" (\"ID\" integer not null primary key, \"col2\" varchar(50) )"
);
...
...
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