diff --git a/src/Caraya CLI.vi b/src/Caraya CLI.vi index 105cfc9..f4747c4 100644 Binary files a/src/Caraya CLI.vi and b/src/Caraya CLI.vi differ diff --git a/src/Caraya.vipb b/src/Caraya.vipb index 0344afa..ef55246 100644 --- a/src/Caraya.vipb +++ b/src/Caraya.vipb @@ -1,7 +1,7 @@ - + jki_lib_caraya - 1.0.0.62 + 1.0.0.64 false . .. @@ -69,17 +69,20 @@ New Features: [Feature: 48] Added a Rerun All Tests menu in the Test Manager UI. [Feature: 52] Added support for Command Line Interface which allows discovery and execution of all tests found under a folder. Outputs to a J-Unit compatible report or a plain text report. [Feature: 55] Creation of a Test Runner class to search and execute tests programmatically. Includes a pre-build action for build integration. +[Feature: 62] Defined error code range (7000-7999) for Caraya framework Thanks for all the contributions that led to this release, whether by reporting bugs, requesting features that made it to release or by lending a hand in fixing issues or releasing features: Carlo (@carlodri) Cyril Gambini (@CygaLV) Jim Kring (@jimkring) +kosist (@kosist) Piotr Kruczkowski (@Primary-Key) OlivierLabo (@OlivierLabo) Matthew Jacobson (@jacobson3) Omar Mussa (@omarmussa) Francois Normandin (@francois-normandin) +Matt Pollock (@pollockm) James D. Powell (@drjdpowell) Chris Stryker (@ChrisStrykesAgain) Sam Taggart (@stagg54) @@ -379,7 +382,7 @@ Sam Taggart (@stagg54) Utilities - 097FC324D54EC7653BD15ECE27EBAC72 + B1E52F614992C46EA1C8F6B034A6CB7B 0 @@ -442,7 +445,7 @@ Sam Taggart (@stagg54) Advanced Reporting - 807D9D0E435A689818BE71C9DB5D6351 + C7119ECFA97DB34E4438383B8A52B602 1 @@ -505,7 +508,7 @@ Sam Taggart (@stagg54) classes\Test Result\Get Node.vi - 004497A48E0C7D71675388D796B5463D + AC9EBCF484949ECC7FD50D75E372525C 0 @@ -736,7 +739,7 @@ Sam Taggart (@stagg54) classes\Assert\Assert Not Equal Type_Variant.vi Assert Not Equal Type - 29FD86400614E81D6CF819034A19C86F + F3EB5AD8783285B4DD4437202DE812EF 0 @@ -785,7 +788,7 @@ Sam Taggart (@stagg54) examples\CLI\Example Caraya CLI.vi - C7A28E17E0A7E713ED00C8D42A848C31 + 5C68FD4AABCF2D9411748581382DDD58 \ No newline at end of file diff --git a/src/project/Caraya/Run Tests Programmatically.vi b/src/project/Caraya/Run Tests Programmatically.vi index de86e91..ff1f7a6 100644 Binary files a/src/project/Caraya/Run Tests Programmatically.vi and b/src/project/Caraya/Run Tests Programmatically.vi differ diff --git a/src/subVIs/Library Info Constant.vi b/src/subVIs/Library Info Constant.vi index fb78d7d..e313aa6 100644 Binary files a/src/subVIs/Library Info Constant.vi and b/src/subVIs/Library Info Constant.vi differ