Ticket #2425: fix-2425.patch

File fix-2425.patch, 784 bytes (added by Echelon9, 10 years ago)

Resolves always failing test

  • source/simulation2/components/tests/test_Pathfinder.h

     
    6868        CMapReader* mapReader = new CMapReader(); // it'll call "delete this" itself
    6969
    7070        LDR_BeginRegistering();
    71         mapReader->LoadMap(L"maps/scenarios/Median Oasis 01.pmp", CScriptValRooted(), &terrain, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
     71        mapReader->LoadMap(L"maps/scenarios/Median Oasis 04.pmp", CScriptValRooted(), &terrain, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
    7272            &sim2, &sim2.GetSimContext(), -1, false);
    7373        LDR_EndRegistering();
    7474        TS_ASSERT_OK(LDR_NonprogressiveLoad());