baidut / OpenVehicleVision

An opensource lib. for vehicle vision applications (written by MATLAB), lane marking detection, road segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetFullPath by Jan Simon

baidut opened this issue · comments

  1. download here
  2. add to path

极端的测试用例报错没有关系,不影响正常使用。

...
 ok: C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..
  ok: C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..\..
  ok: C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..\..\..
  ok: C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..\..\..\..
  ok: C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..\..\..\..\..
  ok: C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..\..\..\..\..\..
Path: [C:\Users\zqying\AppData\Roaming\MathWorks\MATLAB\R2015a\..\..\..\..\..\..\..]  ==> error
  GetFullPath replied: [C:\]
  Expected:            [C:\\]
Error using uTest_GetFullPath (line 336)
Error using uTest_GetFullPath (line 330)
uTest_GetFullPath: GetFullPath with folder failed

Error in InstallMex (line 191)
      feval(UnitTestName);

336          error(ErrID, lasterr);