Details
Description
Prepare:
git clone https://github.com/apache/ofbiz-framework.git solr-bug
cd solr-bug
# optional cleanup local gradle/maven files
# rm -fr ~/.gradle && rm -fr ~/.m2
./gradlew pullAllPluginsSource
Running the tests with
./gradlew cleanAll loadAll "ofbiz --test"
on trunk causes an unsuccessful test run.
The failures occurs on and after commit 2aeb282cdc7.
Last successful run was on: 5d4dcd2ed49
I also tested various commits of the ofbiz-plugin repos. however, this does not seem to have introduced the problems. So use the newest current commit 4cce082e931 which pullAllPluginsSource pulls.
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-12594 Prevent Freemarker interpolation in fields
- Closed