Skip to content

Commit cd6acba

Browse files
committed
. F Added an experimental feature to allow defining a %LV_APPROVALS_CUSTOM_DIFFTOOL% command which includes %APPROVED% and %RECIEVED% variables - only works on Windows
1 parent 2ecd55b commit cd6acba

File tree

7 files changed

+44
-3
lines changed

7 files changed

+44
-3
lines changed

Source/Approval Tests/Approval Tests.lvlib

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<Item Name="Comparator.lvclass" Type="LVClass" URL="../Comparator/Comparator.lvclass"/>
1212
</Item>
1313
<Item Name="for pallettes" Type="Folder">
14+
<Item Name="Add Date Scrubber.vi" Type="VI" URL="../Add Date Scrubber.vi"/>
1415
<Item Name="Add Regex Scrubber Unique.vi" Type="VI" URL="../Add Regex Scrubber Unique.vi"/>
1516
<Item Name="Add Regex Scrubber.vi" Type="VI" URL="../Add Regex Scrubber.vi"/>
1617
<Item Name="Options Cube.vi" Type="VI" URL="../Options Cube.vi"/>
@@ -32,6 +33,7 @@
3233
<Item Name="Reporters" Type="Folder">
3334
<Item Name="Report Nothing.lvclass" Type="LVClass" URL="../Report Nothing/Report Nothing.lvclass"/>
3435
<Item Name="Report With Beyond Compare.lvclass" Type="LVClass" URL="../Report With Beyord Compare/Report With Beyond Compare.lvclass"/>
36+
<Item Name="Report With Custom DiffTool.lvclass" Type="LVClass" URL="../Report With Custom DiffTool/Report With Custom DiffTool.lvclass"/>
3537
<Item Name="Report With DiffTool.lvclass" Type="LVClass" URL="../Report With DiffTool/Report With DiffTool.lvclass"/>
3638
<Item Name="Report With First Working.lvclass" Type="LVClass" URL="../Report With First Working/Report With First Working.lvclass"/>
3739
<Item Name="Report With LVCompare.lvclass" Type="LVClass" URL="../Report With LVCompare/Report With LVCompare.lvclass"/>
@@ -65,6 +67,5 @@
6567
<Item Name="Writers" Type="Folder">
6668
<Item Name="Writer.lvclass" Type="LVClass" URL="../Writer/Writer.lvclass"/>
6769
</Item>
68-
<Item Name="Add Date Scrubber.vi" Type="VI" URL="../Add Date Scrubber.vi"/>
6970
<Item Name="Options.lvclass" Type="LVClass" URL="../Options/Options.lvclass"/>
7071
</Library>
Binary file not shown.

Source/Approval Tests/Report With Custom DiffTool/Report With Custom DiffTool.lvclass

+38
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

Source/Approval Tests/Report With First Working/Report With First Working.lvclass

+2-2
Large diffs are not rendered by default.

todo.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
- [x]Caray pass other parameters to/from Caraya assert
88
- [ ]Add set extension to options and consider hiding internal classes???
99
- [x]Verify file remove file extension - set in options now.
10+
- [ ] Add Notepad++ reporter
1011
- [ ] Add VScode reporter
12+
- [ ] Add Generic Difftool

0 commit comments

Comments
 (0)