Skip to content

Commit

Permalink
LPD-28953 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoo47 committed Jun 20, 2024
1 parent 41a482b commit d8522a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12792,7 +12792,7 @@ captcha.enforce.disabled=true</echo>
</then>
</if>
</target>

<target name="prepare-portlet-ext-properties">
<for list="${test.case.available.property.names}" param="test.case.available.property.name">
<sequential>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down
3 changes: 3 additions & 0 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6449,14 +6449,17 @@ test.batch.run.property.query[functional-orcllinux9-tomcat90-mysql57-jdk8]=\
test.batch.class.names.includes[modules-integration-*-jdk8][object]=\
**/object/object-storage-sugarcrm-test/src/testIntegration/**/SugarCRMObjectEntryManagerImplTest.java

#
# test.batch.class.names.includes[modules-unit-jdk8][object]=\
# **/object/**/src/test/**/*Test.java
#

test.batch.dist.app.servers[object]=tomcat

test.batch.names[object]=\
modules-integration-mysql57-jdk8

#
# test.batch.run.property.query[functional-tomcat90-mysql57-jdk8][object]=\
# (\
# (database.types == null) OR \
Expand Down

0 comments on commit d8522a0

Please sign in to comment.