@@ -25,7 +25,6 @@ import org.springframework.jdbc.BadSqlGrammarException
2525import org.utplsql.sqldev.dal.UtplsqlDao
2626import org.utplsql.sqldev.model.ut.Annotation
2727import org.utplsql.sqldev.test.AbstractJdbcTest
28- import org.junit.Ignore
2928
3029class DalTest extends AbstractJdbcTest {
3130
@@ -147,9 +146,8 @@ class DalTest extends AbstractJdbcTest {
147146 }
148147
149148 @Test
150- @Ignore
151- def void containsUtplsqlTest999 () {
152- containsUtplsqlTest(" 9.9.9" )
149+ def void containsUtplsqlTest318 () {
150+ containsUtplsqlTest(" 3.1.8" )
153151 }
154152
155153 def void annotations (String utPlsqlVersion ) {
@@ -206,8 +204,8 @@ class DalTest extends AbstractJdbcTest {
206204 }
207205
208206 @Test
209- def void annotations999 () {
210- annotations(" 9.9.9 " )
207+ def void annotations318 () {
208+ annotations(" 3.1.8 " )
211209 }
212210
213211 def void testablesPackages (String utPlsqlVersion ) {
@@ -252,8 +250,8 @@ class DalTest extends AbstractJdbcTest {
252250 }
253251
254252 @Test
255- def void testablesPackages999 () {
256- testablesPackages(" 9.9.9 " )
253+ def void testablesPackages318 () {
254+ testablesPackages(" 3.1.8 " )
257255 }
258256
259257 def void testablesTypes (String utPlsqlVersion ) {
@@ -291,8 +289,8 @@ class DalTest extends AbstractJdbcTest {
291289 }
292290
293291 @Test
294- def void testablesTypes999 () {
295- testablesTypes(" 9.9.9 " )
292+ def void testablesTypes318 () {
293+ testablesTypes(" 3.1.8 " )
296294 }
297295
298296 def void testablesFunctions (String utPlsqlVersion ) {
@@ -323,8 +321,8 @@ class DalTest extends AbstractJdbcTest {
323321 }
324322
325323 @Test
326- def void testablesFunctions999 () {
327- testablesFunctions(" 9.9.9 " )
324+ def void testablesFunctions318 () {
325+ testablesFunctions(" 3.1.8 " )
328326 }
329327
330328 def void testablesProcedures (String utPlsqlVersion ) {
@@ -355,8 +353,8 @@ class DalTest extends AbstractJdbcTest {
355353 }
356354
357355 @Test
358- def void testablesProcedures999 () {
359- testablesProcedures(" 9.9.9 " )
356+ def void testablesProcedures318 () {
357+ testablesProcedures(" 3.1.8 " )
360358 }
361359
362360 def void runnables (String utPlsqlVersion ) {
@@ -422,8 +420,8 @@ class DalTest extends AbstractJdbcTest {
422420 }
423421
424422 @Test
425- def void runnables999 () {
426- runnables(" 9.9.9 " )
423+ def void runnables318 () {
424+ runnables(" 3.1.8 " )
427425 }
428426
429427 @Test
0 commit comments