@@ -25,7 +25,6 @@ import org.springframework.jdbc.BadSqlGrammarException
25
25
import org.utplsql.sqldev.dal.UtplsqlDao
26
26
import org.utplsql.sqldev.model.ut.Annotation
27
27
import org.utplsql.sqldev.test.AbstractJdbcTest
28
- import org.junit.Ignore
29
28
30
29
class DalTest extends AbstractJdbcTest {
31
30
@@ -147,9 +146,8 @@ class DalTest extends AbstractJdbcTest {
147
146
}
148
147
149
148
@Test
150
- @Ignore
151
- def void containsUtplsqlTest999 () {
152
- containsUtplsqlTest(" 9.9.9" )
149
+ def void containsUtplsqlTest318 () {
150
+ containsUtplsqlTest(" 3.1.8" )
153
151
}
154
152
155
153
def void annotations (String utPlsqlVersion ) {
@@ -206,8 +204,8 @@ class DalTest extends AbstractJdbcTest {
206
204
}
207
205
208
206
@Test
209
- def void annotations999 () {
210
- annotations(" 9.9.9 " )
207
+ def void annotations318 () {
208
+ annotations(" 3.1.8 " )
211
209
}
212
210
213
211
def void testablesPackages (String utPlsqlVersion ) {
@@ -252,8 +250,8 @@ class DalTest extends AbstractJdbcTest {
252
250
}
253
251
254
252
@Test
255
- def void testablesPackages999 () {
256
- testablesPackages(" 9.9.9 " )
253
+ def void testablesPackages318 () {
254
+ testablesPackages(" 3.1.8 " )
257
255
}
258
256
259
257
def void testablesTypes (String utPlsqlVersion ) {
@@ -291,8 +289,8 @@ class DalTest extends AbstractJdbcTest {
291
289
}
292
290
293
291
@Test
294
- def void testablesTypes999 () {
295
- testablesTypes(" 9.9.9 " )
292
+ def void testablesTypes318 () {
293
+ testablesTypes(" 3.1.8 " )
296
294
}
297
295
298
296
def void testablesFunctions (String utPlsqlVersion ) {
@@ -323,8 +321,8 @@ class DalTest extends AbstractJdbcTest {
323
321
}
324
322
325
323
@Test
326
- def void testablesFunctions999 () {
327
- testablesFunctions(" 9.9.9 " )
324
+ def void testablesFunctions318 () {
325
+ testablesFunctions(" 3.1.8 " )
328
326
}
329
327
330
328
def void testablesProcedures (String utPlsqlVersion ) {
@@ -355,8 +353,8 @@ class DalTest extends AbstractJdbcTest {
355
353
}
356
354
357
355
@Test
358
- def void testablesProcedures999 () {
359
- testablesProcedures(" 9.9.9 " )
356
+ def void testablesProcedures318 () {
357
+ testablesProcedures(" 3.1.8 " )
360
358
}
361
359
362
360
def void runnables (String utPlsqlVersion ) {
@@ -422,8 +420,8 @@ class DalTest extends AbstractJdbcTest {
422
420
}
423
421
424
422
@Test
425
- def void runnables999 () {
426
- runnables(" 9.9.9 " )
423
+ def void runnables318 () {
424
+ runnables(" 3.1.8 " )
427
425
}
428
426
429
427
@Test
0 commit comments