projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52c8d06
)
unittests: fix version test.
author
Kim Kulling
<kim.kulling@googlemail.com>
Tue, 18 Jul 2017 18:42:55 +0000
(20:42 +0200)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Tue, 18 Jul 2017 18:42:55 +0000
(20:42 +0200)
test/unit/utVersion.cpp
patch
|
blob
|
history
diff --git
a/test/unit/utVersion.cpp
b/test/unit/utVersion.cpp
index
2fce13b
..
bbb8226
100644
(file)
--- a/
test/unit/utVersion.cpp
+++ b/
test/unit/utVersion.cpp
@@
-54,11
+54,11
@@
TEST_F( utVersion, aiGetLegalStringTest ) {
}
TEST_F( utVersion, aiGetVersionMinorTest ) {
- EXPECT_EQ( aiGetVersionMinor(),
3
U );
+ EXPECT_EQ( aiGetVersionMinor(),
4
U );
}
TEST_F( utVersion, aiGetVersionMajorTest ) {
- EXPECT_EQ( aiGetVersionMajor(),
3
U );
+ EXPECT_EQ( aiGetVersionMajor(),
0
U );
}
TEST_F( utVersion, aiGetCompileFlagsTest ) {