vipm-io / vi-tester

VI Tester for LabVIEW
BSD 3-Clause "New" or "Revised" License
28 stars 26 forks source link

VI Tester API: Run Test is not working with lvproj on different driver letter then the VIs under test #25

Open soul4soul opened 6 years ago

soul4soul commented 6 years ago

When running VI Tester API: Run Test with a scalar path to the lvproj I get the following error

Error Code:

7

Error Message

Read from Text File in VITesterUtilities.lvlib:Get All Project Class Paths__jki_vi_tester.vi->VITesterUtilities.lvlib:Find Project Test Objects__jki_vi_tester.vi->VI Tester API.lvlib:Run Tests (Path).vi->Test Runner LV2013.vi<APPEND>
N:\M\instr.lib\Company\ProductA\ProductA.lvlib

The lvproj for VI Tester is on the N:\ driver The VIs under test exist on the M:\ driver

Using Test Cases VI Tester API:Run Test with array path input and providing full paths to the *.lvclass works without issue. Using the Graphical Test Runner from the lvproj tool menu works.

jimkring commented 6 years ago

What's the error code? (number)

HelgeStenstrom commented 6 years ago

This looks similar to issue #6.

soul4soul commented 6 years ago

Updated OP with the error code which is 7 and more information. This does look very similar to issue #6.

soul4soul commented 6 years ago

By chance I was able to reproduce issue #6. Using version 1.1.2.164-1 of VI Tester with LabVIEW 2010 SP1 the graphical test runner works. Using version 2.0.0.285-1 of VI Tester with LabVIEW 2013 the graphical test does not work. <-- This condition is issue #6.