Skip to content

Commit 4d6896b

Browse files
committed
. F updated dependencies to include JSON text and object serialization.
1 parent 96d38e7 commit 4d6896b

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

Approval Tests.vipb

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-02-03 17:12:45" Modified_Date="2024-04-12 13:11:43" Creator="Samuel Taggart" Comments="" ID="0ac9675a062be0ebaa2914f5fbcdaec4">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-02-03 17:12:45" Modified_Date="2024-04-16 12:22:41" Creator="Samuel Taggart" Comments="" ID="dad44d50fc1c23c016590b646ac3d435">
22
<Library_General_Settings>
33
<Package_File_Name>SAS_lib_Approval_Tests</Package_File_Name>
44
<Library_Version>2.0.1.110</Library_Version>
@@ -16,7 +16,10 @@
1616
<Target>LabVIEW</Target>
1717
</Library_General_Settings>
1818
<Advanced_Settings>
19-
<Package_Dependencies/>
19+
<Package_Dependencies>
20+
<Additional_External_Dependencies>jdp_science_jsontext &gt;=1.8.2.122</Additional_External_Dependencies>
21+
<Additional_External_Dependencies>pnr_lib_jsontext_object_serialization &gt;=1.0.3.24</Additional_External_Dependencies>
22+
</Package_Dependencies>
2023
<Custom_Action_VIs>
2124
<Pre-Build_VI/>
2225
<Post-Build_VI/>
@@ -313,7 +316,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
313316
<Path>Source\Options</Path>
314317
<VI_Title/>
315318
</Items_Data>
316-
<GUID>008E0012D9BB6940429E231E927E5063</GUID>
319+
<GUID>7286043E254A85EDD0F889C6FE726A60</GUID>
317320
</Functions_Palette_Data>
318321
<Functions_Palette_Data>
319322
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -418,7 +421,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
418421
<Path>Source\Extensions\VITester.Extension\New Verify File.vi</Path>
419422
<VI_Title/>
420423
</Items_Data>
421-
<GUID>1ACF232E3AA766B887BCA987CB6543B5</GUID>
424+
<GUID>911E7289C628E0ED6AE550A9191D68E6</GUID>
422425
</Functions_Palette_Data>
423426
<Functions_Palette_Data>
424427
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -523,7 +526,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
523526
<Path>Source\Extensions\LUnit.Extension\New Verify File.vi</Path>
524527
<VI_Title/>
525528
</Items_Data>
526-
<GUID>1B6C76AB6397D9A945D55D374CDEE21D</GUID>
529+
<GUID>527A277CD896325DB2031F33A6770D9F</GUID>
527530
</Functions_Palette_Data>
528531
<Functions_Palette_Data>
529532
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -628,7 +631,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
628631
<Path>Source\Extensions\Caraya.Extension\New Verify File.vi</Path>
629632
<VI_Title/>
630633
</Items_Data>
631-
<GUID>1AD19F5C54C019348BD39C11842AAB90</GUID>
634+
<GUID>F4BD58E05E4728A75A3B5266C89AC251</GUID>
632635
</Functions_Palette_Data>
633636
<Functions_Palette_Data>
634637
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -705,7 +708,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
705708
<Path>Source\Approval Tests\Add Date Scrubber.vi</Path>
706709
<VI_Title/>
707710
</Items_Data>
708-
<GUID>B51E9C5C0900FC45862A189B6869C61C</GUID>
711+
<GUID>DF1ED8B4CCBEBF80A399FBAF630EAAB0</GUID>
709712
</Functions_Palette_Data>
710713
<Functions_Palette_Data>
711714
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -810,7 +813,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
810813
<Path>Source\Approval Tests\Verify File.vi</Path>
811814
<VI_Title/>
812815
</Items_Data>
813-
<GUID>DB0854BBF683BA5E9A43D6857CBA4F82</GUID>
816+
<GUID>53A78C0AD6F90740FE23BF08FBA71D18</GUID>
814817
</Functions_Palette_Data>
815818
</Library_Palette_Definition>
816819
<Library_Palette_Definition>
@@ -833,7 +836,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
833836
<Synchronyze_with_Directory>false</Synchronyze_with_Directory>
834837
<Synchronize_Directory_Path>.</Synchronize_Directory_Path>
835838
</Synchronization_Info>
836-
<GUID>B55E909E0F4C653EC6949804FBE1238C</GUID>
839+
<GUID>81B4D1B475628194F8D779ADEA6D981F</GUID>
837840
</Functions_Palette_Data>
838841
</Library_Palette_Definition>
839842
</VI_Package_Builder_Settings>

release-notes.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
- Fixed bug with prematurely deleting received files.
1+
- Updated dependencies to include JSONtext and JSONtext Opbject Serialization.
2+
- Add a Custom Diff Tool Option. Only works in Windows. Set an environment variable named LV_APPROVALS_CUSTOM_DIFFTOOL. An example value for Notepad++ would be:
3+
notepad++ -pluginMessage=compare "%RECEIVED%" "%APPROVED%"
4+
The %APPROVED% and %RECEIVED% get replaced with the path to the recieved and approved files.
5+
With this, one can now use any 3rd party difftool on Windows that is callable from the command line.
6+

0 commit comments

Comments
 (0)