Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
3e10e057
Commit
3e10e057
authored
Oct 31, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #110 from vpisarev/test_fixes2
parents
f15e4904
adc1d94e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
test_cameracalibration_artificial.cpp
modules/calib3d/test/test_cameracalibration_artificial.cpp
+1
-1
test_video_io.cpp
modules/highgui/test/test_video_io.cpp
+1
-1
test_latentsvmdetector.cpp
modules/objdetect/test/test_latentsvmdetector.cpp
+2
-2
No files found.
modules/calib3d/test/test_cameracalibration_artificial.cpp
View file @
3e10e057
...
...
@@ -426,4 +426,4 @@ protected:
}
};
TEST
(
Calib3d_CalibrateCamera_CPP
,
accuracy_on_artificial_data
)
{
CV_CalibrateCameraArtificialTest
test
;
test
.
safe_run
();
}
TEST
(
Calib3d_CalibrateCamera_CPP
,
DISABLED_
accuracy_on_artificial_data
)
{
CV_CalibrateCameraArtificialTest
test
;
test
.
safe_run
();
}
modules/highgui/test/test_video_io.cpp
View file @
3e10e057
...
...
@@ -143,7 +143,7 @@ void CV_HighGuiTest::ImageTest(const string& dir)
#ifdef HAVE_JASPER
"jp2"
,
#endif
#if
defined HAVE_OPENEXR && !defined __APPLE__
#if
0 /*defined HAVE_OPENEXR && !defined __APPLE__*/
"exr",
#endif
"bmp"
,
...
...
modules/objdetect/test/test_latentsvmdetector.cpp
View file @
3e10e057
...
...
@@ -307,5 +307,5 @@ void LatentSVMDetectorTest::run( int /* start_from */)
ts
->
set_failed_test_info
(
cvtest
::
TS
::
OK
);
}
TEST
(
Objdetect_LatentSVMDetector_c
,
regression
)
{
CV_LatentSVMDetectorTest
test
;
test
.
safe_run
();
}
TEST
(
Objdetect_LatentSVMDetector_cpp
,
regression
)
{
LatentSVMDetectorTest
test
;
test
.
safe_run
();
}
TEST
(
Objdetect_LatentSVMDetector_c
,
DISABLED_
regression
)
{
CV_LatentSVMDetectorTest
test
;
test
.
safe_run
();
}
TEST
(
Objdetect_LatentSVMDetector_cpp
,
DISABLED_
regression
)
{
LatentSVMDetectorTest
test
;
test
.
safe_run
();
}
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