Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
96f24ae6
Commit
96f24ae6
authored
Jun 18, 2012
by
Julien Malik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TEST: in progress, repair the not run test
parent
d5cde7f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Testing/Code/UtilitiesAdapters/OGRAdapters/CMakeLists.txt
Testing/Code/UtilitiesAdapters/OGRAdapters/CMakeLists.txt
+1
-3
Testing/Code/UtilitiesAdapters/OGRAdapters/otbOGRDataSourceWrapperIO.cxx
...ilitiesAdapters/OGRAdapters/otbOGRDataSourceWrapperIO.cxx
+1
-1
No files found.
Testing/Code/UtilitiesAdapters/OGRAdapters/CMakeLists.txt
View file @
96f24ae6
...
...
@@ -45,8 +45,6 @@ ENDIF(OTB_USE_EXTERNAL_BOOST)
OTB_ADD_EXECUTABLE
(
otbOGRTestsV
"
${
OGRNon_UT_SRC
}
"
"OTBIO;OTBTesting"
)
TARGET_LINK_LIBRARIES
(
otbOGRTestsV OTBOGRAdapters OTBTesting
)
ADD_TEST
(
coTuOGRDataSourceWrapperIO
${
OGR_TESTS_NON_UT
}
otbOGRDataSourceWrapperIO
)
ADD_TEST
(
coTuOGRDataSourceWrapperIO
${
CXX_TEST_PATH
}
/otbOGRTestsV
)
ENDIF
(
NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING
)
Testing/Code/UtilitiesAdapters/OGRAdapters/otbOGRDataSourceWrapperIO.cxx
View file @
96f24ae6
...
...
@@ -32,7 +32,7 @@ using namespace otb;
// int otbOGRDataSourceNew (int argc, char **argv)
int
main
(
int
argc
,
char
**
argv
)
{
if
(
argc
<
1
)
if
(
argc
<
2
)
{
std
::
cerr
<<
"otbOGRDataSourceNew <shape-file>
\n
"
;
return
EXIT_FAILURE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment