Skip to content

Commit 0e44766

Browse files
committed
Make the test namespace generic
1 parent 2d9a864 commit 0e44766

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/packchk/test/data/TestUrlHttps/TestVendor.TestUrlHttps.pdsc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<repository type="git">http://github.com/ARM-software/CMSIS-Driver.git</repository>
99

1010
<releases>
11-
<release version="2.1.0" date="2022-06-19" tag="2.1.0" url="http://github.com/ARM-software/CMSIS-Driver/archive/2.1.0.zip">
11+
<release version="2.1.0" date="2022-06-19" tag="2.1.0" url="http://github.com/ARM-software/CMSIS-Driver/archive/2.1.0.zip" xmlns:e="http://extra" e:data="test">
1212
Added nothing.
1313
</release>
1414
<release version="0.0.1" date="2022-06-20">
@@ -47,11 +47,11 @@
4747
<subFamily DsubFamily="MyDevice">
4848
<device Dname="MyDeviceM0">
4949
<processor Dfpu="0" Dmpu="0" Dendian="Little-endian" Dclock="24000000"/>
50-
<environment name="microchip">
51-
<mchp:extension xmlns:mchp="http://crownking/pack-device-microchip-extension"
50+
<environment name="test_env">
51+
<e:extension xmlns:e="http://example.com"
5252
schemaVersion="1.0"
53-
xsi:schemaLocation="http://crownking/pack-device-microchip-extension PACK.DEVICE.MICROCHIP.EXTENSION.xsd"><!--https://schemas.microchip.com/com/microchip/packs/extensions/mchp/1.0/PACK.DEVICE.MICROCHIP.EXTENSION.xsd-->
54-
<mchp:prerequisite component="MPLAB X IDE" version="[5.10-"/>
53+
xsi:schemaLocation="http://example.com example.xsd">
54+
<e:element value="test"/>
5555
</mchp:extension>
5656
</environment>
5757
</device>

0 commit comments

Comments
 (0)