Loading isis/CMakeLists.txt +1 −10 Original line number Diff line number Diff line Loading @@ -136,10 +136,6 @@ message("\tINSTALL PREFIX: ${CMAKE_INSTALL_PREFIX}") #=============================================================================== #=============================================================================== # Set up the ctest tool which is used to run all of the tests. enable_testing() include(CTest) # Set up Anaconda prefix in the case with a non-default conda env is activated if(EXISTS $ENV{CONDA_PREFIX}) message("CONDA PREFIX: $ENV{CONDA_PREFIX}") Loading @@ -153,10 +149,6 @@ if(JP2KFLAG) set(JP2KFLAG 1) endif() # Set up the ctest tool which is used to run all of the tests. enable_testing() include(CTest) # Specify flags used # on linux, add the conda prefix to handle possible issues with rpaths at link time # sometimes third parties do not set their rpaths correctly Loading Loading @@ -608,8 +600,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/lib/Camera.plugin DESTINATION ${CMAKE_INSTA # the end of this file containing a CMakeLists.txt file which includes all of # the desired post-install commands inside. add_subdirectory(cmake) option (BUILD_TESTS "Build tests" ON) if(BUILD_TESTS) if(buildTests) include(CTest) enable_testing() add_subdirectory(tests) Loading isis/src/base/apps/isisimport/isisimport.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -133,7 +133,6 @@ namespace Isis { TextFile cameraAngle(cameraAngleDefs); int numLines = cameraAngle.LineCount(); bool foundfilter = false; for(int i = 0; i < numLines; i++) { QString line; cameraAngle.GetLine(line, true); Loading @@ -142,7 +141,6 @@ namespace Isis { if(tokens.count() > 2 && tokens.first() == filter) { center = toDouble(tokens[1]); width = toDouble(tokens[2]); foundfilter = true; break; } } Loading isis/src/base/objs/FileName/FileName.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ namespace Isis { } else { throw IException(IException::Unknown, QObject::tr("No existing files found with a numerial version matching [%1] " QObject::tr("No existing files found with a numerical version matching [%1] " "in [%2]") .arg(FileName(expanded()).name()).arg(path()), _FILEINFO_); Loading isis/src/base/objs/FileName/FileName.truth +2 −2 Original line number Diff line number Diff line Loading @@ -638,7 +638,7 @@ Testing Numerical-Only Versioning New version changed FileName: 1 Testing Versioning Methods [??tttt] Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerial version matching [??tttt] in [.]. Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerical version matching [??tttt] in [.]. New Version Name: 01tttt New Version Orig: ./01tttt New Version Orig Path: . Loading @@ -655,7 +655,7 @@ Testing Numerical-Only Versioning New version changed FileName: 1 Testing Versioning Methods [junk?] Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerial version matching [junk?] in [.]. Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerical version matching [junk?] in [.]. New Version Name: junk1 New Version Orig: ./junk1 New Version Orig Path: . Loading isis/tests/TestUtilities.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -282,7 +282,7 @@ namespace Isis { QString fileListToString(QVector<QString> fileList) { QString filesAsString("("); for (size_t i = 0; i < fileList.size(); i++) { for (int i = 0; i < fileList.size(); i++) { FileName file(fileList[i]); filesAsString += file.expanded(); Loading Loading
isis/CMakeLists.txt +1 −10 Original line number Diff line number Diff line Loading @@ -136,10 +136,6 @@ message("\tINSTALL PREFIX: ${CMAKE_INSTALL_PREFIX}") #=============================================================================== #=============================================================================== # Set up the ctest tool which is used to run all of the tests. enable_testing() include(CTest) # Set up Anaconda prefix in the case with a non-default conda env is activated if(EXISTS $ENV{CONDA_PREFIX}) message("CONDA PREFIX: $ENV{CONDA_PREFIX}") Loading @@ -153,10 +149,6 @@ if(JP2KFLAG) set(JP2KFLAG 1) endif() # Set up the ctest tool which is used to run all of the tests. enable_testing() include(CTest) # Specify flags used # on linux, add the conda prefix to handle possible issues with rpaths at link time # sometimes third parties do not set their rpaths correctly Loading Loading @@ -608,8 +600,7 @@ install(PROGRAMS ${CMAKE_BINARY_DIR}/lib/Camera.plugin DESTINATION ${CMAKE_INSTA # the end of this file containing a CMakeLists.txt file which includes all of # the desired post-install commands inside. add_subdirectory(cmake) option (BUILD_TESTS "Build tests" ON) if(BUILD_TESTS) if(buildTests) include(CTest) enable_testing() add_subdirectory(tests) Loading
isis/src/base/apps/isisimport/isisimport.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -133,7 +133,6 @@ namespace Isis { TextFile cameraAngle(cameraAngleDefs); int numLines = cameraAngle.LineCount(); bool foundfilter = false; for(int i = 0; i < numLines; i++) { QString line; cameraAngle.GetLine(line, true); Loading @@ -142,7 +141,6 @@ namespace Isis { if(tokens.count() > 2 && tokens.first() == filter) { center = toDouble(tokens[1]); width = toDouble(tokens[2]); foundfilter = true; break; } } Loading
isis/src/base/objs/FileName/FileName.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ namespace Isis { } else { throw IException(IException::Unknown, QObject::tr("No existing files found with a numerial version matching [%1] " QObject::tr("No existing files found with a numerical version matching [%1] " "in [%2]") .arg(FileName(expanded()).name()).arg(path()), _FILEINFO_); Loading
isis/src/base/objs/FileName/FileName.truth +2 −2 Original line number Diff line number Diff line Loading @@ -638,7 +638,7 @@ Testing Numerical-Only Versioning New version changed FileName: 1 Testing Versioning Methods [??tttt] Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerial version matching [??tttt] in [.]. Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerical version matching [??tttt] in [.]. New Version Name: 01tttt New Version Orig: ./01tttt New Version Orig Path: . Loading @@ -655,7 +655,7 @@ Testing Numerical-Only Versioning New version changed FileName: 1 Testing Versioning Methods [junk?] Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerial version matching [junk?] in [.]. Highest Version Name: Highest Version Failed: **ERROR** No existing files found with a numerical version matching [junk?] in [.]. New Version Name: junk1 New Version Orig: ./junk1 New Version Orig Path: . Loading
isis/tests/TestUtilities.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -282,7 +282,7 @@ namespace Isis { QString fileListToString(QVector<QString> fileList) { QString filesAsString("("); for (size_t i = 0; i < fileList.size(); i++) { for (int i = 0; i < fileList.size(); i++) { FileName file(fileList[i]); filesAsString += file.expanded(); Loading