Commit 8c434ab3 authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

Remove test case hack as test has been removed

parent 6ff99c0f
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -575,13 +575,6 @@ int main(

    convert_backslash( args.inputFilePath );
    convert_backslash( args.outputFilePath );
#ifndef FIX_I109_ORIENTATION_TRACKING
    /* disable 'refrotequal' test cases */
    if ( strstr(args.headRotationFilePath, "azi+2-ele+2-every-100-frames.csv") != NULL)
    {
        memset(args.headRotationFilePath, '\0', sizeof(args.headRotationFilePath));
    }
#endif
    convert_backslash( args.headRotationFilePath );
#ifdef FIX_I109_ORIENTATION_TRACKING
    convert_backslash( args.referenceRotationFilePath );