Skip to content

Commit e085e78

Browse files
committed
Fix manual integration test - Update expected_patch_config_3.xml: no more plsql exclusion (#132)
Merge pull request #132 from adangel:fix-manual-integration-test
2 parents 2684c63 + f818df4 commit e085e78

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ projects. You might need to add `<tag>master</tag>` for some projects.
2121
* [#126](https://github.com/pmd/pmd-regression-tester/pull/126): Fix integration tests
2222
* [#127](https://github.com/pmd/pmd-regression-tester/pull/127): Fix manual integration tests
2323
* [#129](https://github.com/pmd/pmd-regression-tester/pull/129): Update manual integration tests
24+
* [#132](https://github.com/pmd/pmd-regression-tester/pull/132): Fix manual integration test - Update expected_patch_config_3.xml: no more plsql exclusion
2425

2526
## External Contributions
2627

test/resources/manual_integration_tests/expected_patch_config_3.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
77
<description>Every apex, plsql and java rule in PMD which is used for the regression tests with pmdtester</description>
88

9-
<!-- plsql: avoid long parse time by skipping the problematic file fow now, see #5521 -->
10-
<exclude-pattern>.*/OracleDBUtils/p_utils_tests.sql</exclude-pattern>
11-
129
<rule ref="category/apex/bestpractices.xml" />
1310
<rule ref="category/apex/codestyle.xml" />
1411
<rule ref="category/apex/design.xml" />

0 commit comments

Comments
 (0)