Skip to content
Snippets Groups Projects
Commit 1cac662f authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

ENH: rename macro otbTestingCheckUnValidCommand to otbTestingCheckNotValidCommand

parent c7c61d6d
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@
std::cout << " Testing Check Valid Command "<< #command " ok."<<std::endl; \
}
#define otbTestingCheckUnValidCommand(command) \
#define otbTestingCheckNotValidCommand(command) \
{ \
int result(1); \
try \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment