Skip to content

Commit 1b16d5c

Browse files
committed
Fixing regex for source
1 parent 552b2ea commit 1b16d5c

14 files changed

+17
-10
lines changed

scripts/4_run_tests.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
set -ev
44

55
utPLSQL-cli/bin/utplsql run ut3_demo/ut3_demo@//127.0.0.1:1521/XE \
6-
-source_path=source -test_path=test \
6+
-source_path=source -regex_expression="/(\w+)/(\w+)/(R__)(\w+)\.(\w+)\.(\w+)$" \
7+
-owner_subexpression=4 \
8+
-name_subexpression=5 \
9+
-type_subexpression=6 \
10+
-test_path=test -regex_expression="/(\w+)/(\w+)/(\w+)\.(\w+)\.(\w+)$" \
11+
-owner_subexpression=3 \
12+
-name_subexpression=4 \
13+
-type_subexpression=5 \
714
-f=ut_documentation_reporter -c \
815
-f=ut_coverage_sonar_reporter -o=coverage.xml \
916
-f=ut_sonar_test_reporter -o=test_results.xml \
File renamed without changes.

source/award_bonus/award_bonus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<changeSet author="utplsql" id="02_award_bonus_prc" runOnChange="true">
1717
<sqlFile dbms="oracle"
1818
endDelimiter=";"
19-
path="R__award_bonus.prc"
19+
path="R__ut3_demo.award_bonus.prc"
2020
relativeToChangelogFile="true"
2121
splitStatements="false"
2222
stripComments="false"/>
File renamed without changes.

source/between_string/between_string.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<changeSet author="utplsql" id="05_between_string" runOnChange="true">
99
<sqlFile dbms="oracle"
1010
endDelimiter=";"
11-
path="R__betwnstr.fnc"
11+
path="R__ut3_demo.betwnstr.fnc"
1212
relativeToChangelogFile="true"
1313
splitStatements="false"
1414
stripComments="false"/>

source/remove_rooms_by_name/R__remove_rooms_by_name.prc renamed to source/remove_rooms_by_name/R__ut3_demo.remove_rooms_by_name.prc

File renamed without changes.

source/remove_rooms_by_name/remove_rooms_by_name.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<changeSet author="utplsql" id="04_remove_rooms_by_name_prc" runOnChange="true">
1717
<sqlFile dbms="oracle"
1818
endDelimiter=";"
19-
path="R__remove_rooms_by_name.prc"
19+
path="R__ut3_demo.remove_rooms_by_name.prc"
2020
relativeToChangelogFile="true"
2121
splitStatements="false"
2222
stripComments="false"/>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)