@@ -210,7 +210,6 @@ public void testAdderAsUpdateWithParameterMap() {
210
210
* This test shows using a single value parameter.
211
211
*/
212
212
@ Test
213
- @ Ignore ("until hsqldb 2.0.1 is released" )
214
213
public void testCallWithResultSet1 () {
215
214
SqlSession sqlSession = sqlSessionFactory .openSession ();
216
215
try {
@@ -231,7 +230,6 @@ public void testCallWithResultSet1() {
231
230
* This test shows using a single value parameter.
232
231
*/
233
232
@ Test
234
- @ Ignore ("until hsqldb 2.0.1 is released" )
235
233
public void testCallWithResultSet2 () {
236
234
SqlSession sqlSession = sqlSessionFactory .openSession ();
237
235
try {
@@ -254,7 +252,6 @@ public void testCallWithResultSet2() {
254
252
* This test shows using a Map parameter.
255
253
*/
256
254
@ Test
257
- @ Ignore ("until hsqldb 2.0.1 is released" )
258
255
public void testCallWithResultSet3 () {
259
256
SqlSession sqlSession = sqlSessionFactory .openSession ();
260
257
try {
@@ -283,7 +280,6 @@ public void testCallWithResultSet3() {
283
280
* This test shows using a Map parameter.
284
281
*/
285
282
@ Test
286
- @ Ignore ("until hsqldb 2.0.1 is released" )
287
283
public void testCallWithResultSet4 () {
288
284
SqlSession sqlSession = sqlSessionFactory .openSession ();
289
285
try {
@@ -312,7 +308,6 @@ public void testCallWithResultSet4() {
312
308
* @throws SQLException
313
309
*/
314
310
@ Test
315
- @ Ignore ("until hsqldb 2.0.1 is released" )
316
311
public void testGetNamesWithArray () throws SQLException {
317
312
SqlSession sqlSession = sqlSessionFactory .openSession ();
318
313
try {
@@ -340,7 +335,6 @@ public void testGetNamesWithArray() throws SQLException {
340
335
* @throws SQLException
341
336
*/
342
337
@ Test
343
- @ Ignore ("until hsqldb 2.0.1 is released" )
344
338
public void testGetNamesAndItems () throws SQLException {
345
339
SqlSession sqlSession = sqlSessionFactory .openSession ();
346
340
try {
@@ -492,7 +486,6 @@ public void testAdderAsUpdateAnnotated() {
492
486
* This test shows using annotations for stored procedures
493
487
*/
494
488
@ Test
495
- @ Ignore ("until hsqldb 2.0.1 is released" )
496
489
public void testCallWithResultSet1Annotated () {
497
490
SqlSession sqlSession = sqlSessionFactory .openSession ();
498
491
try {
@@ -516,7 +509,6 @@ public void testCallWithResultSet1Annotated() {
516
509
* and using a resultMap in XML
517
510
*/
518
511
@ Test
519
- @ Ignore ("until hsqldb 2.0.1 is released" )
520
512
public void testCallWithResultSet1_a2 () {
521
513
SqlSession sqlSession = sqlSessionFactory .openSession ();
522
514
try {
@@ -539,7 +531,6 @@ public void testCallWithResultSet1_a2() {
539
531
* This test shows using annotations for stored procedures
540
532
*/
541
533
@ Test
542
- @ Ignore ("until hsqldb 2.0.1 is released" )
543
534
public void testCallWithResultSet2_a1 () {
544
535
SqlSession sqlSession = sqlSessionFactory .openSession ();
545
536
try {
@@ -565,7 +556,6 @@ public void testCallWithResultSet2_a1() {
565
556
* and using a resultMap in XML
566
557
*/
567
558
@ Test
568
- @ Ignore ("until hsqldb 2.0.1 is released" )
569
559
public void testCallWithResultSet2_a2 () {
570
560
SqlSession sqlSession = sqlSessionFactory .openSession ();
571
561
try {
@@ -590,7 +580,6 @@ public void testCallWithResultSet2_a2() {
590
580
* This test shows using annotations for stored procedures
591
581
*/
592
582
@ Test
593
- @ Ignore ("until hsqldb 2.0.1 is released" )
594
583
public void testCallWithResultSet3_a1 () {
595
584
SqlSession sqlSession = sqlSessionFactory .openSession ();
596
585
try {
@@ -622,7 +611,6 @@ public void testCallWithResultSet3_a1() {
622
611
* and using a resultMap in XML
623
612
*/
624
613
@ Test
625
- @ Ignore ("until hsqldb 2.0.1 is released" )
626
614
public void testCallWithResultSet3_a2 () {
627
615
SqlSession sqlSession = sqlSessionFactory .openSession ();
628
616
try {
@@ -653,7 +641,6 @@ public void testCallWithResultSet3_a2() {
653
641
* This test shows using annotations for stored procedures
654
642
*/
655
643
@ Test
656
- @ Ignore ("until hsqldb 2.0.1 is released" )
657
644
public void testCallWithResultSet4_a1 () {
658
645
SqlSession sqlSession = sqlSessionFactory .openSession ();
659
646
try {
@@ -685,7 +672,6 @@ public void testCallWithResultSet4_a1() {
685
672
* and using a resultMap in XML
686
673
*/
687
674
@ Test
688
- @ Ignore ("until hsqldb 2.0.1 is released" )
689
675
public void testCallWithResultSet4_a2 () {
690
676
SqlSession sqlSession = sqlSessionFactory .openSession ();
691
677
try {
@@ -716,7 +702,6 @@ public void testCallWithResultSet4_a2() {
716
702
* @throws SQLException
717
703
*/
718
704
@ Test
719
- @ Ignore ("until hsqldb 2.0.1 is released" )
720
705
public void testGetNamesWithArray_a1 () throws SQLException {
721
706
SqlSession sqlSession = sqlSessionFactory .openSession ();
722
707
try {
@@ -747,7 +732,6 @@ public void testGetNamesWithArray_a1() throws SQLException {
747
732
* @throws SQLException
748
733
*/
749
734
@ Test
750
- @ Ignore ("until hsqldb 2.0.1 is released" )
751
735
public void testGetNamesWithArray_a2 () throws SQLException {
752
736
SqlSession sqlSession = sqlSessionFactory .openSession ();
753
737
try {
@@ -778,7 +762,6 @@ public void testGetNamesWithArray_a2() throws SQLException {
778
762
* @throws SQLException
779
763
*/
780
764
@ Test
781
- @ Ignore ("until hsqldb 2.0.1 is released" )
782
765
public void testGetNamesAndItems_a2 () throws SQLException {
783
766
SqlSession sqlSession = sqlSessionFactory .openSession ();
784
767
try {
0 commit comments