diff --git a/src/Caraya.vipb b/src/Caraya.vipb index de3206a..25b7d74 100644 --- a/src/Caraya.vipb +++ b/src/Caraya.vipb @@ -1,7 +1,7 @@ - + jki_lib_caraya - 0.6.1.52 + 0.6.3.55 false . .. @@ -56,7 +56,8 @@ http://jki.net/tools#caraya [Fix: 28] Fixed the issue where opening a test VI after it had left memory would give an error. [Fix: 31] Equal Value Comparison now asserts correctly when comparing equal typedef with non-typedef values [Fix: 32] Added recursive verification inside cluster to assert value equality for nested values with different type representations - +[Feature: 5] Added ability to show only failed tests on the main UI +[Fix: 3] Clicking on expand/collapse (+/-) tree node quickly will no longer open the test VI (as a double-click on test does) Thanks to the community members for their issue reports, feature requests and/or code contributions for this release: @@ -126,6 +127,11 @@ Neil Pate (@neilpate) true + + false + true + + @@ -334,7 +340,7 @@ Neil Pate (@neilpate) Assert Functions - 3AC77F4DEC4251EC0BF919475C2763BF + 0589FBBFD0D32DF00A70186491444862 0 @@ -397,7 +403,7 @@ Neil Pate (@neilpate) Advanced Reporting - 8E9921679DE1CAC61990C48459116AAE + B4C0ACAB911D77098C34EF413C97D13B 1 @@ -460,7 +466,7 @@ Neil Pate (@neilpate) classes\Test Result\Get Node.vi - 82161E742B38869522CC7C92563EC9B6 + 29B56ACB5F27820BD3277FEEA35D651F 0 @@ -691,7 +697,7 @@ Neil Pate (@neilpate) classes\Assert\Assert Not Equal Type_Variant.vi Assert Not Equal Type - D77BAE6C0732EE696F255F26BB0504AC + F07067C917340E5BDCDDA55AFFC437AE \ No newline at end of file diff --git a/src/VI Tree - Caraya.vi b/src/VI Tree - Caraya.vi index b70822b..a5bfeff 100644 Binary files a/src/VI Tree - Caraya.vi and b/src/VI Tree - Caraya.vi differ diff --git a/src/classes/Basic Test Manager/Add Node To Tree.vi b/src/classes/Basic Test Manager/Add Node To Tree.vi index dcb7770..52fa990 100644 Binary files a/src/classes/Basic Test Manager/Add Node To Tree.vi and b/src/classes/Basic Test Manager/Add Node To Tree.vi differ diff --git a/src/classes/Basic Test Manager/Process.vi b/src/classes/Basic Test Manager/Process.vi index 13af0e5..c7ac9e1 100644 Binary files a/src/classes/Basic Test Manager/Process.vi and b/src/classes/Basic Test Manager/Process.vi differ diff --git a/src/subVIs/Library Info Constant.vi b/src/subVIs/Library Info Constant.vi index e4e0e76..a148bab 100644 Binary files a/src/subVIs/Library Info Constant.vi and b/src/subVIs/Library Info Constant.vi differ