Commit 8c0017d2 authored by Oxez's avatar Oxez
Browse files

Changed FileName uniteTest to reflect new ISISROOT

parent 7dc16a81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {