Commit c8d7ad8d authored by Ian Humphrey's avatar Ian Humphrey
Browse files

PROG updated ProcessImportPds img file to testData area

parent 3500aed1
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,8 @@ void IsisMain() {
    cout << "Testing PDS file containing an ^IMAGE pointer and ^TABLE pointer" << endl;
    cout << "Testing PDS file containing an ^IMAGE pointer and ^TABLE pointer" << endl;
    Isis::ProcessImportPds p;
    Isis::ProcessImportPds p;
    Isis::Pvl plab;
    Isis::Pvl plab;
    p.SetPdsFile("data/pdsImageWithTables.lbl", "$base/testData/ProcessImportPds/pdsImageWithTables.img", plab);
    p.SetPdsFile("data/pdsImageWithTables.lbl",
                 "$ISIS3TESTDATA/isis/src/base/objs/ProcessImportPds/pdsImageWithTables.img", plab);
    p.SetOutputCube("TO");
    p.SetOutputCube("TO");
    p.ImportTable("SUN_POSITION_TABLE");
    p.ImportTable("SUN_POSITION_TABLE");
    p.StartProcess();
    p.StartProcess();