Skip to content

Releases: Astemes/astemes-lunit

Release v1.2.27

12 Jan 19:09
Compare
Choose a tag to compare

Fix misplaced VI in LabVIEW root directory.

Release v1.2.26

05 Jan 17:57
Compare
Choose a tag to compare

Fix minor bug causing test results belonging to a test case named "abc.lvclass" would show up in results for a test named "bc.lvclass".

Release v1.2.23

03 Jan 19:01
Compare
Choose a tag to compare

Fix bug where tests could cause race conditions when running inherited dynamic test cases in parallell.

Release v1.2.22

03 Jan 19:01
Compare
Choose a tag to compare

First release of v1.2 published to NI Tools Network.

Release v1.1.16

24 Sep 08:17
Compare
Choose a tag to compare

Add workaround to crash in LabVIEW 2022-Q3. When the Test Execution UI was closed LabVIEW 2022-Q3 would crash with an access violation error. The problem disapeared after replacing a Wait for Notification With History.vi with a regular Wait for Notification.vi in a synchronization VI during shutdown.

Release v1.1.15

28 Jun 16:33
Compare
Choose a tag to compare

Create a "Private" folder on disk when a new test case is generated - minor time saver.

Release v1.1.14

17 Jun 18:11
Compare
Choose a tag to compare

Release published to NI Tools Network.
Minor fixes of spelling misstakes and adding of descriptions to VIs in example finder.

Release v1.1.9

15 May 19:15
Compare
Choose a tag to compare

Add toolbar button to create new test case.

Release v1.1.8

11 May 17:54
Compare
Choose a tag to compare

Use monospace font in description indicator to aid visual comparison.

Release v1.1.7

09 May 17:51
Compare
Choose a tag to compare

When running tests from toolbar button introduced in 1.1.6, tests are now executed in the current project application instance. This prevents potential errors due to files not syncronized between application instances.