Skip to content

Commit

Permalink
Separate the test case names
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 cf04630 commit ab2044f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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="mockito-core,byte-buddy,maven-jar-plugin" />
<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 Down
2 changes: 1 addition & 1 deletion functional/MockitoTests/reproApp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
<test>
<testCaseName>MockitoTests</testCaseName>
<testCaseName>MockitoTests_ReproApp</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5073</comment>
Expand Down
2 changes: 1 addition & 1 deletion 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="mockito-core,byte-buddy,maven-jar-plugin" />
<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 Down
2 changes: 1 addition & 1 deletion functional/MockitoTests/segmentationerror/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
<test>
<testCaseName>MockitoTests</testCaseName>
<testCaseName>MockitoTests_Segmentation</testCaseName>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5073</comment>
Expand Down

0 comments on commit ab2044f

Please sign in to comment.