Skip to content

Commit 2a93524

Browse files
stagg54isidore
andcommitted
- B creates empty approved file if missing
Co-Authored-By: Llewellyn Falco <llewellyn.falco@gmail.com>
1 parent 3d5e318 commit 2a93524

24 files changed

+80
-38
lines changed

Approval Testing.lvproj

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<Item Name="Class Roster Cluster--constant.vi" Type="VI" URL="../Tests/Common/Class Roster Cluster--constant.vi">
2929
<Property Name="marked" Type="Int">0</Property>
3030
</Item>
31+
<Item Name="MultiCombo.vi" Type="VI" URL="../Tests/Common/MultiCombo.vi">
32+
<Property Name="marked" Type="Int">0</Property>
33+
</Item>
3134
<Item Name="MyAnd.vi" Type="VI" URL="../Tests/Common/MyAnd.vi">
3235
<Property Name="marked" Type="Int">0</Property>
3336
</Item>

Approval Tests/Approval Tests.lvlib

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<Item Name="Combo Recurse.vi" Type="VI" URL="../Combo Recurse.vi"/>
1717
<Item Name="conv EOL.vi" Type="VI" URL="../conv EOL.vi"/>
1818
<Item Name="Create Parameters List.vi" Type="VI" URL="../Create Parameters List.vi"/>
19+
<Item Name="Ensure File Exists.vi" Type="VI" URL="../Ensure File Exists.vi"/>
1920
<Item Name="Get Paths.vi" Type="VI" URL="../Get Paths.vi"/>
2021
<Item Name="Parameterized Data to JSON.vi" Type="VI" URL="../Parameterized Data to JSON.vi"/>
2122
<Item Name="Prepare VI for Parameterized Test.vi" Type="VI" URL="../Prepare VI for Parameterized Test.vi"/>

Approval Tests/Combo Recurse.vi

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Approval Tests/Ensure File Exists.vi

14.6 KB
Binary file not shown.

Approval Tests/Get Paths.vi

0 Bytes
Binary file not shown.

Approval Tests/Options.ctl

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Approval Tests/Report With Beyord Compare/Report With Beyond Compare.lvclass

+43-38
Large diffs are not rendered by default.
400 Bytes
Binary file not shown.

Approval Tests/Reporter/Report.vi

4 Bytes
Binary file not shown.

Approval Tests/Verify Combinations.vi

0 Bytes
Binary file not shown.

Approval Tests/Verify File.vi

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Approval Tests/Verify as JSON.vi

0 Bytes
Binary file not shown.

Approval Tests/Verify.vi

60 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.

Approval Tests/conv EOL.vi

0 Bytes
Binary file not shown.

Tests/Caraya.Tests/Caraya Extension Tests/Caraya Extension Tests.lvclass

+9
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
7171
<Property Name="NI.ClassItem.State" Type="Int">1350574608</Property>
7272
</Item>
73+
<Item Name="Verify Multi Combos.vi" Type="VI" URL="../Verify Multi Combos.vi">
74+
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)!#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!"A!!!!!A!%!!!!6!$Q!!Q!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!$!!"Y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1!"!!!!!!</Property>
75+
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
76+
<Property Name="NI.ClassItem.Flags" Type="Int">0</Property>
77+
<Property Name="NI.ClassItem.IsStaticMethod" Type="Bool">true</Property>
78+
<Property Name="NI.ClassItem.MethodScope" Type="UInt">1</Property>
79+
<Property Name="NI.ClassItem.Priority" Type="Int">1</Property>
80+
<Property Name="NI.ClassItem.State" Type="Int">1074278928</Property>
81+
</Item>
7382
<Item Name="Verify Person as JSON.vi" Type="VI" URL="../Verify Person as JSON.vi">
7483
<Property Name="NI.ClassItem.ConnectorPane" Type="Bin">)!#!!!!!!!)!"1!&amp;!!!-!%!!!@````]!!!!"!!%!!!#T!!!!"Q!-1#%'=X2B&gt;(6T!!!,1!-!"'.P:'5!!""!-0````]'=W^V=G.F!!!71&amp;!!!Q!!!!%!!AFF=H*P=C"P&gt;81!"!!!!":!5!!$!!!!!1!##'6S=G^S)'FO!!"5!0!!$!!$!!1!"!!%!!1!"!!%!!1!"1!%!!1!"!-!!(A!!!E!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#A!!!!!!!!!!!!!!!!!!!!!"!!9!!!!!</Property>
7584
<Property Name="NI.ClassItem.ExecutionSystem" Type="Int">-1</Property>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{"Boolean":false,"Numeric":0,"String":"a"} => {"String":"FALSE 0 a","revString":"a 0 ESLAF"}
2+
{"Boolean":false,"Numeric":0,"String":"b"} => {"String":"FALSE 0 b","revString":"b 0 ESLAF"}
3+
{"Boolean":false,"Numeric":0,"String":"c"} => {"String":"FALSE 0 c","revString":"c 0 ESLAF"}
4+
{"Boolean":false,"Numeric":0,"String":"d"} => {"String":"FALSE 0 d","revString":"d 0 ESLAF"}
5+
{"Boolean":false,"Numeric":1,"String":"a"} => {"String":"FALSE 1 a","revString":"a 1 ESLAF"}
6+
{"Boolean":false,"Numeric":1,"String":"b"} => {"String":"FALSE 1 b","revString":"b 1 ESLAF"}
7+
{"Boolean":false,"Numeric":1,"String":"c"} => {"String":"FALSE 1 c","revString":"c 1 ESLAF"}
8+
{"Boolean":false,"Numeric":1,"String":"d"} => {"String":"FALSE 1 d","revString":"d 1 ESLAF"}
9+
{"Boolean":false,"Numeric":2,"String":"a"} => {"String":"FALSE 2 a","revString":"a 2 ESLAF"}
10+
{"Boolean":false,"Numeric":2,"String":"b"} => {"String":"FALSE 2 b","revString":"b 2 ESLAF"}
11+
{"Boolean":false,"Numeric":2,"String":"c"} => {"String":"FALSE 2 c","revString":"c 2 ESLAF"}
12+
{"Boolean":false,"Numeric":2,"String":"d"} => {"String":"FALSE 2 d","revString":"d 2 ESLAF"}
13+
{"Boolean":true,"Numeric":0,"String":"a"} => {"String":"TRUE 0 a","revString":"a 0 EURT"}
14+
{"Boolean":true,"Numeric":0,"String":"b"} => {"String":"TRUE 0 b","revString":"b 0 EURT"}
15+
{"Boolean":true,"Numeric":0,"String":"c"} => {"String":"TRUE 0 c","revString":"c 0 EURT"}
16+
{"Boolean":true,"Numeric":0,"String":"d"} => {"String":"TRUE 0 d","revString":"d 0 EURT"}
17+
{"Boolean":true,"Numeric":1,"String":"a"} => {"String":"TRUE 1 a","revString":"a 1 EURT"}
18+
{"Boolean":true,"Numeric":1,"String":"b"} => {"String":"TRUE 1 b","revString":"b 1 EURT"}
19+
{"Boolean":true,"Numeric":1,"String":"c"} => {"String":"TRUE 1 c","revString":"c 1 EURT"}
20+
{"Boolean":true,"Numeric":1,"String":"d"} => {"String":"TRUE 1 d","revString":"d 1 EURT"}
21+
{"Boolean":true,"Numeric":2,"String":"a"} => {"String":"TRUE 2 a","revString":"a 2 EURT"}
22+
{"Boolean":true,"Numeric":2,"String":"b"} => {"String":"TRUE 2 b","revString":"b 2 EURT"}
23+
{"Boolean":true,"Numeric":2,"String":"c"} => {"String":"TRUE 2 c","revString":"c 2 EURT"}
24+
{"Boolean":true,"Numeric":2,"String":"d"} => {"String":"TRUE 2 d","revString":"d 2 EURT"}
Binary file not shown.

Tests/Common/MultiCombo.vi

8.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)