Skip to content

Commit

Permalink
updated LIB values
Browse files Browse the repository at this point in the history
Signed-off-by: sophiaxu0424 <[email protected]>
  • Loading branch information
sophiaxu0424 committed Mar 11, 2024
1 parent 52a0e45 commit cf04630
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions functional/MockitoTests/reproApp/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
Reproapp Functional Mockito Tests
</description>
<import file="${TEST_ROOT}/functional/build.xml"/>
<property name="LIB" value="testng,jcommander" />
<property name="LIB" value="mockito-core,byte-buddy,maven-jar-plugin" />
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>

<!-- set global properties for this build -->
Expand All @@ -44,8 +44,9 @@ limitations under the License.
<javac srcdir="${src}" destdir="${build}" debug="true" fork="true" executable="${compiler.javac}" includeAntRuntime="false" encoding="ISO-8859-1">
<src path="${src}" />
<classpath>
<pathelement location="${LIB_DIR}/testng.jar"/>
<pathelement location="${LIB_DIR}/jcommander.jar"/>
<pathelement location="${LIB_DIR}/mockito-core.jar"/>
<pathelement location="${LIB_DIR}/byte-buddy.jar"/>
<pathelement location="${LIB_DIR}/maven-jar-plugin.jar"/>
</classpath>
</javac>
</target>
Expand Down
7 changes: 4 additions & 3 deletions functional/MockitoTests/segmentationerror/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
Segmentationerror Functional Mockito Tests
</description>
<import file="${TEST_ROOT}/functional/build.xml"/>
<property name="LIB" value="testng,jcommander" />
<property name="LIB" value="mockito-core,byte-buddy,maven-jar-plugin" />
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>

<!-- set global properties for this build -->
Expand All @@ -44,8 +44,9 @@ limitations under the License.
<javac srcdir="${src}" destdir="${build}" debug="true" fork="true" executable="${compiler.javac}" includeAntRuntime="false" encoding="ISO-8859-1">
<src path="${src}" />
<classpath>
<pathelement location="${LIB_DIR}/testng.jar"/>
<pathelement location="${LIB_DIR}/jcommander.jar"/>
<pathelement location="${LIB_DIR}/mockito-core.jar"/>
<pathelement location="${LIB_DIR}/byte-buddy.jar"/>
<pathelement location="${LIB_DIR}/maven-jar-plugin.jar"/>
</classpath>
</javac>
</target>
Expand Down

0 comments on commit cf04630

Please sign in to comment.