-
- Downloads
The cnetedit application has been refactored to be callable; Makefile tests...
The cnetedit application has been refactored to be callable; Makefile tests have been removed and replaced by gtests (#5348) * The cnetedit application has been refactored to be callable; Makefile tests have been migrated to gtest format. Addresses #5346. * Removed extraneous variables from FunctionalTestsCnetedit.cpp. Addresses #5346. * Updated gtests; replace cubes with labels. Addresses #5346. * Per review cleaned up sloppy spacing; made global variables static in cnetedit.cpp to avoid issues when linking libisis. Addresses #5346.
Showing
- CHANGELOG.md 2 additions, 1 deletionCHANGELOG.md
- isis/src/control/apps/cnetedit/cnetedit.cpp 1127 additions, 0 deletionsisis/src/control/apps/cnetedit/cnetedit.cpp
- isis/src/control/apps/cnetedit/cnetedit.h 27 additions, 0 deletionsisis/src/control/apps/cnetedit/cnetedit.h
- isis/src/control/apps/cnetedit/main.cpp 17 additions, 1035 deletionsisis/src/control/apps/cnetedit/main.cpp
- isis/src/control/apps/cnetedit/tsts/Makefile 0 additions, 5 deletionsisis/src/control/apps/cnetedit/tsts/Makefile
- isis/src/control/apps/cnetedit/tsts/checkValid/Makefile 0 additions, 27 deletionsisis/src/control/apps/cnetedit/tsts/checkValid/Makefile
- isis/src/control/apps/cnetedit/tsts/default/Makefile 0 additions, 6 deletionsisis/src/control/apps/cnetedit/tsts/default/Makefile
- isis/src/control/apps/cnetedit/tsts/editLock/Makefile 0 additions, 22 deletionsisis/src/control/apps/cnetedit/tsts/editLock/Makefile
- isis/src/control/apps/cnetedit/tsts/errors/Makefile 0 additions, 19 deletionsisis/src/control/apps/cnetedit/tsts/errors/Makefile
- isis/src/control/apps/cnetedit/tsts/ignore/Makefile 0 additions, 15 deletionsisis/src/control/apps/cnetedit/tsts/ignore/Makefile
- isis/src/control/apps/cnetedit/tsts/ignoreMeasuresPoints/Makefile 0 additions, 12 deletions.../control/apps/cnetedit/tsts/ignoreMeasuresPoints/Makefile
- isis/src/control/apps/cnetedit/tsts/ignorePoints/Makefile 0 additions, 15 deletionsisis/src/control/apps/cnetedit/tsts/ignorePoints/Makefile
- isis/src/control/apps/cnetedit/tsts/measurelist/Makefile 0 additions, 39 deletionsisis/src/control/apps/cnetedit/tsts/measurelist/Makefile
- isis/src/control/apps/cnetedit/tsts/noDelete/Makefile 0 additions, 13 deletionsisis/src/control/apps/cnetedit/tsts/noDelete/Makefile
- isis/src/control/apps/cnetedit/tsts/preservePoints/Makefile 0 additions, 14 deletionsisis/src/control/apps/cnetedit/tsts/preservePoints/Makefile
- isis/tests/FunctionalTestsCnetedit.cpp 2943 additions, 0 deletionsisis/tests/FunctionalTestsCnetedit.cpp
- isis/tests/data/cnetedit/I07873009RDR.dstr.cub.label.pvl 387 additions, 0 deletionsisis/tests/data/cnetedit/I07873009RDR.dstr.cub.label.pvl
- isis/tests/data/cnetedit/I09477002RDR.dstr.cub.label.pvl 387 additions, 0 deletionsisis/tests/data/cnetedit/I09477002RDR.dstr.cub.label.pvl
- isis/tests/data/cnetedit/I10101002RDR.dstr.cub.label.pvl 387 additions, 0 deletionsisis/tests/data/cnetedit/I10101002RDR.dstr.cub.label.pvl
- isis/tests/data/cnetedit/I10413004RDR.dstr.cub.label.pvl 387 additions, 0 deletionsisis/tests/data/cnetedit/I10413004RDR.dstr.cub.label.pvl
isis/src/control/apps/cnetedit/cnetedit.cpp
0 → 100644
This diff is collapsed.
isis/src/control/apps/cnetedit/cnetedit.h
0 → 100644
This diff is collapsed.
isis/tests/FunctionalTestsCnetedit.cpp
0 → 100644
This diff is collapsed.
Please sign in to comment