Commit 95d89da2 authored by Lauren Adoram-Kershner's avatar Lauren Adoram-Kershner Committed by Stuart Sides
Browse files

Updating test and truth data to print relative file (#3545)

parent 86bbf1bf
Loading
Loading
Loading
Loading
+47 −47
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ namespace Isis {

    // First check how many already exist
    if ( m_targeCache.size() >= maxCacheSize() ) {
      QString msg = "Failed creating EmbreeTargetShape for [" + fullPath
      QString msg = "Failed creating EmbreeTargetShape for [" + shapeFile
                    + "] Too many EmbreeTargetShapes are already open.";
      throw IException(IException::Programmer, msg, _FILEINFO_);
    }
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ Set the maximum number of target shapes to 0
New maximum cache size:  0

Attempt to create a new target shape
**PROGRAMMER ERROR** Failed creating EmbreeTargetShape for [/usgs/cpkgs/isis3/data/base/testData/hay_a_amica_5_itokawashape_v1_0_64q.bds] Too many EmbreeTargetShapes are already open.
**PROGRAMMER ERROR** Failed creating EmbreeTargetShape for [$base/testData/hay_a_amica_5_itokawashape_v1_0_64q.bds] Too many EmbreeTargetShapes are already open.

Attempt to free a shape that doesn't exist
**PROGRAMMER ERROR** Cannot free EmbreeTargetShape for file [Not a DSK file] because it is not stored in the cache.