Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4ec33c

Browse files
committed
Fix v_test_files list var name
1 parent 06e4421 commit e4ec33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client_source/sqlplus/ut_run.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ begin
378378
loop
379379
fetch :l_test_files into l_file_path;
380380
exit when :l_test_files%notfound or l_file_path is null;
381-
p(' v_source_files.extend; v_source_files(v_source_files.last) := '''||l_file_path||''';');
381+
p(' v_test_files.extend; v_test_files(v_test_files.last) := '''||l_file_path||''';');
382382
end loop;
383383

384384
p(' ut_runner.run( ');

0 commit comments

Comments
 (0)