Skip to content

Commit

Permalink
[26846] add refresh bundles false vmarg to task integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Jan 23, 2025
1 parent b227fe9 commit 4f6efb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ch.elexis.tasks.integration.test"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea -Delexis.test.mode=true"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea -Delexis.test.mode=true -DREFRESH_BUNDLES=false"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="info.elexis.server.core.ElexisServer"/>
<booleanAttribute key="run_in_ui_thread" value="false"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/ch.elexis.tasks.integration.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<useUIHarness>false</useUIHarness>
<testClass>ch.elexis.tasks.integration.test.AllTests</testClass>
<showEclipseLog>true</showEclipseLog>
<argLine>-ea -Delexis.test.mode=true</argLine>
<argLine>-ea -Delexis.test.mode=true -DREFRESH_BUNDLES=false</argLine>
<dependencies>
<dependency>
<type>eclipse-plugin</type>
Expand Down

0 comments on commit 4f6efb2

Please sign in to comment.