Skip to content

Commit 42228f6

Browse files
committed
Fix test files
1 parent ab35e0e commit 42228f6

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

tests/test_files/motor.bob

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>X</name>
1212
<width>205</width>
1313
<height>120</height>
14-
<file>../../../../src/techui_support/bob/pmac/motor_embed.bob</file>
14+
<file>../../../../src/techui-support/bob/pmac/motor_embed.bob</file>
1515
<macros>
1616
<P>BL01T-MO-MOTOR-01</P>
1717
<M>X</M>
@@ -23,7 +23,7 @@
2323
<name>A</name>
2424
<width>205</width>
2525
<height>120</height>
26-
<file>../../../../src/techui_support/bob/pmac/motor_embed.bob</file>
26+
<file>../../../../src/techui-support/bob/pmac/motor_embed.bob</file>
2727
<macros>
2828
<P>BL01T-MO-MOTOR-01</P>
2929
<M>A</M>
@@ -43,7 +43,7 @@
4343
<macros>
4444
<P>BL01T-MO-BRICK-01</P>
4545
</macros>
46-
<file>../../../../src/techui_support/bob/pmac/pmacController.bob</file>
46+
<file>../../../../src/techui-support/bob/pmac/pmacController.bob</file>
4747
<target>tab</target>
4848
</action>
4949
</actions>

tests/test_files/motor_bad.bob

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>X</name>
1010
<width>205</width>
1111
<height>120</height>
12-
<file>../../../../src/techui_support/bob/pmac/motor_embed.bob</file>
12+
<file>../../../../src/techui-support/bob/pmac/motor_embed.bob</file>
1313
<macros>
1414
<P>BL01T-MO-MOTOR-01</P>
1515
<M>X</M>
@@ -21,7 +21,7 @@
2121
<name>A</name>
2222
<width>205</width>
2323
<height>120</height>
24-
<file>../../../../src/techui_support/bob/pmac/motor_embed.bob</file>
24+
<file>../../../../src/techui-support/bob/pmac/motor_embed.bob</file>
2525
<macros>
2626
<P>BL01T-MO-MOTOR-01</P>
2727
<M>A</M>
@@ -41,7 +41,7 @@
4141
<macros>
4242
<P>BL01T-MO-BRICK-01</P>
4343
</macros>
44-
<file>../../../../src/techui_support/bob/pmac/pmacController.bob</file>
44+
<file>../../../../src/techui-support/bob/pmac/pmacController.bob</file>
4545
<target>tab</target>
4646
</action>
4747
</actions>

tests/test_files/widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<y>0</y>
66
<width>1280</width>
77
<height>800</height>
8-
<file>techui_support/bob/ADAravis/ADAravis_summary.bob</file>
8+
<file>techui-support/bob/ADAravis/ADAravis_summary.bob</file>
99
<macros>
1010
<P>BL23B-DI-MOD-02</P>
1111
<R>CAM:</R>

tests/test_files/widget_bad.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<y></y>
66
<width></width>
77
<height></height>
8-
<file>techui_support/bob/ADAravis/ADAravis_summary.bob</file>
8+
<file>techui-support/bob/ADAravis/ADAravis_summary.bob</file>
99
<macros>
1010
<P>BL23B-DI-MOD-02</P>
1111
<R>CAM:</R>

tests/test_files/widget_bad_2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" ?>
22
<widget type="embedded" version="2.0.0">
33
<name>CAM:</name>
4-
<file>techui_support/bob/ADAravis/ADAravis_summary.bob</file>
4+
<file>techui-support/bob/ADAravis/ADAravis_summary.bob</file>
55
<macros>
66
<P>BL23B-DI-MOD-02</P>
77
<R>CAM:</R>

tests/test_files/widget_related.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<P>BL23B-MO-BRICK-01</P>
1515
<M>:M</M>
1616
</macros>
17-
<file>techui_support/bob/pmac/pmacController.bob</file>
17+
<file>techui-support/bob/pmac/pmacController.bob</file>
1818
<target>tab</target>
1919
</action>
2020
</actions>

tests/test_files/widget_related_no_suffix.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<macros>
1414
<P>BL23B-MO-BRICK-01</P>
1515
</macros>
16-
<file>techui_support/bob/pmac/pmacController.bob</file>
16+
<file>techui-support/bob/pmac/pmacController.bob</file>
1717
<target>tab</target>
1818
</action>
1919
</actions>

0 commit comments

Comments
 (0)