mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
fixed just introduced test
This commit is contained in:
parent
4b453dfb07
commit
e3b22c8dbd
@ -2914,7 +2914,7 @@ TEST(Core_InputOutputArray, std_vector_vector)
|
||||
_OutputArray oarr_s(cn_s);
|
||||
EXPECT_EQ((size_t)3, iarr_s.total(-1));
|
||||
size_t newsize_s = vv0_s.size()*2;
|
||||
oarr_s.create(Size((int)newsize_s, 1), CV_64F, 2);
|
||||
oarr_s.create(Size((int)newsize_s, 1), CV_16S, 2);
|
||||
EXPECT_EQ(newsize_s, cn_s[2].size());
|
||||
cn_s[1].clear();
|
||||
EXPECT_EQ(true, oarr_s.empty(1));
|
||||
|
Loading…
Reference in New Issue
Block a user