Skip to content

Commit 5240233

Browse files
committed
Merge branch 'allow-skipping-test-inside-setup' into Reference-Lost-Due-To-Flattening
* allow-skipping-test-inside-setup: rebuilt package Improved organization of JKI SM frames to be more in line with best practices. Testing a change to implement #38 (Feature Request: Allow skipping tests from setUp.vi) Update README.md Update README.md
2 parents 16be685 + d8c0ed8 commit 5240233

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VI Tester is a software test framework for LabVIEW by [JKI](http://jki.net) that
77
## Installation ##
88
You can download and install VI Tester with VI Package Manager.
99

10-
**[Download VI Tester](https://vipm.jki.net/package/jki_labs_tool_vi_tester)**
10+
**[Download VI Tester](https://resources.jki.net/vi-tester)**
1111

1212
## Usage ##
1313

@@ -33,7 +33,7 @@ See the [VI Tester Wiki](https://github.com/JKISoftware/JKI-VI-Tester/wiki) for
3333
## System Requirements ##
3434
VI Tester requires the following software:
3535

36-
- LabVIEW 2011 or greater on any operating system
36+
- LabVIEW 2013 or greater on any operating system
3737
- [VI Package Manager](http://vipm.jki.net) for installation
3838

3939
VI Tester is an open source project maintained by [JKI](http://jki.net). To submit bugs, feature requests, or contributions, please [submit an issue](https://github.com/JKISoftware/JKI-VI-Tester/issues/new) to the project tracker.

source/Build Support/VIUnit.ogpb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Package Name]
22
Name=jki_labs_tool_vi_tester
3-
Version=3.0.0.292
3+
Version=3.0.1.293
44
Release=1
55

66
[Description]
7-
Description="JKI VI Tester is a unit test framework for LabVIEW based on xUnit test framework patterns.\0A\0A-= Release Notes =-\0A- [NEW #35] Upgraded sources to LabVIEW 2013\0A- [FIX #27] Sort Recent Files by time relevance\0A- [NEW #28] Template Tests Should Have Compiled Code Seperated\0A- [FIX #34] Some reference types lost when passed from setup to test VI\0A- [NEW #36] Separate compiled source on all VIs"
7+
Description="JKI VI Tester is a unit test framework for LabVIEW based on xUnit test framework patterns.\0A\0A-= Release Notes =-\0A- [NEW #35] Upgraded sources to LabVIEW 2013\0A- [FIX #27] Sort Recent Files by time relevance\0A- [NEW #28] Template Tests Should Have Compiled Code Seperated\0A- [FIX #34] Some reference types lost when passed from setup to test VI\0A- [NEW #36] Separate compiled source on all VIs\0A- [NEW #38] Allow skipping tests from setUp.vi - tests will now be skipped if skip.vi is called inside setUp.vi"
88
Summary="JKI VI Tester"
99
License=BSD
1010
Copyright="2009-2019 JKI. All Rights Reserved."

source/Build Support/build_revisions.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[VIUnit.ogbld]
2-
Version=3.0.0
3-
Build_Number=292
4-
Build_Date="1/24/19 8:41:57 PM"
2+
Version=3.0.1
3+
Build_Number=293
4+
Build_Date="2/8/19 10:25:38 PM"
55
Status="OK"
66
Warnings=1
77
Log_File="/Y/JKI/GitHub/JKI-VI-Tester/source/Build Support/VIUnit.log"

source/Classes/TestCase/run.vi

1.55 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)