Skip to content

Commit c4e6f64

Browse files
adapted test case to cover issue #44.
1 parent 68b01e7 commit c4e6f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/test/java/org/utplsql/sqldev/tests/DalTest.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class DalTest extends AbstractJdbcTest {
251251
jdbcTemplate.execute('''
252252
CREATE OR REPLACE PACKAGE junit_utplsql_test_pkg IS
253253
-- %suite
254-
-- %suitepath(a.b.c)
254+
-- %suitepath(a.B.c)
255255
256256
-- %test
257257
PROCEDURE t0;

0 commit comments

Comments
 (0)