Loading isis/src/base/objs/FileName/unitTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) { // Variable expansion will change truth data on these QStringList filesToTestSafely; filesToTestSafely << "$base/testData/isisTruth.cub" << "${base}/testData/isisTruth.cub" << "$ISISROOT/src/Makefile" << "$ISISROOT/src/Makefile.elifekaM" << "$ISISROOT/Makefile" << "$ISISROOT/Makefile.elifekaM" << "/$TEMPORARY/unitTest.cpp"; foreach (QString fileToTest, filesToTestSafely) { Loading Loading
isis/src/base/objs/FileName/unitTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) { // Variable expansion will change truth data on these QStringList filesToTestSafely; filesToTestSafely << "$base/testData/isisTruth.cub" << "${base}/testData/isisTruth.cub" << "$ISISROOT/src/Makefile" << "$ISISROOT/src/Makefile.elifekaM" << "$ISISROOT/Makefile" << "$ISISROOT/Makefile.elifekaM" << "/$TEMPORARY/unitTest.cpp"; foreach (QString fileToTest, filesToTestSafely) { Loading