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

Skip to content

Commit 3873d20

Browse files
committed
Fixed test file call from RunAll.sql
1 parent 8ab7687 commit 3873d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/RunAll.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ create table ut$test_table (val varchar2(1));
3131
exec ut_coverage.coverage_start_develop();
3232
@@lib/mystats/mystats start
3333

34+
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.IgnoreWrappedPackageAndDoesNotRaiseException.sql
3435
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.ParseAnnotationMixedWithWrongBeforeProcedure.sql
3536
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.ParseAnnotationNotBeforeProcedure.sql
3637
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.ParseComplexPackage.sql
@@ -40,7 +41,6 @@ exec ut_coverage.coverage_start_develop();
4041
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.ParsePackageLevelAnnotationMultilineDeclare.sql
4142
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.ParsePackageLevelAnnotationWithKeyValue.sql
4243
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.ParsePackageLevelAnnotationWithMultilineComment.sql
43-
@@lib/RunTest.sql ut_annotations/ut_annotations.parse_package_annotations.GetAnnotationsFromWrappedPackage.sql
4444

4545
@@ut_expectations/ut.expect.to_be_between.GivesFailureForDifferentValues.sql
4646
@@ut_expectations/ut.expect.to_be_between.GivesFailureWhenActualIsNull.sql

0 commit comments

Comments
 (0)