Skip to content
Snippets Groups Projects
Commit 93c2df4f authored by MelanieCarriere's avatar MelanieCarriere Committed by MelanieCarriere
Browse files

[test] Restore Reader Test

The return value of check currentFrame was not used.
The test seemed to pass even though there were some errors.
parent 928597c1
No related branches found
No related tags found
1 merge request!147[test] Restore Reader Test
Pipeline #201157 failed
Pipeline: LidarView

#201158

    ......@@ -445,7 +445,7 @@ int testLidarReader(vtkLidarReader *reader,
    vtkPolyData* currentFrame = GetCurrentFrame(reader, idFrame);
    vtkPolyData* currentReference = GetCurrentReference(referenceFilesList, idFrame);
    CheckCurrentFrame(currentFrame, currentReference, true);
    retVal += CheckCurrentFrame(currentFrame, currentReference, true);
    }
    retVal += TestNetworkTimeToLidarTime(reader, referenceNetworkTimeToDataTime);
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment