Skip to content

Commit

Permalink
Cleaned up includes in default explode gtest. Added history entry to …
Browse files Browse the repository at this point in the history
…explode.xml. Addresses DOI-USGS#5557.
  • Loading branch information
kledmundson committed Aug 15, 2024
1 parent 5517dcd commit d36cd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions isis/src/base/apps/explode/explode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<change name="Steven Lambright" date="2008-05-12">
Removed references to CubeInfo
</change>
<change name="Ken Edmundson" date="2024-08-15">
Converted to callable app and converted Makefile test to gtest.
</change>
</history>

<groups>
Expand Down
5 changes: 0 additions & 5 deletions isis/tests/FunctionalTestsExplode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

#include <QFileInfo>
#include <QString>
//#include <QTextStream>

#include "CameraFixtures.h"
#include "Cube.h"
#include "Histogram.h"
//#include "LineManager.h"
//#include "Pvl.h"
//#include "PvlGroup.h"
//#include "TestUtilities.h"

#include "gtest/gtest.h"

Expand Down

0 comments on commit d36cd4e

Please sign in to comment.