summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Kulling <kimkulling@users.noreply.github.com>2023-04-27 21:50:54 +0200
committerKim Kulling <kimkulling@users.noreply.github.com>2023-09-23 18:35:48 +0200
commitc421247be983eac0beccad6bfdd2d92fc11980bd (patch)
treed3437e99697d3b52067ff9816c26ce1a677e4eeb
parentcebb06280d2a4cc1a2d155761b3d2085cbb01cd2 (diff)
Update utVersion.cppv5.3.0
-rw-r--r--test/unit/utVersion.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/utVersion.cpp b/test/unit/utVersion.cpp
index da4240c07..e4378e9f6 100644
--- a/test/unit/utVersion.cpp
+++ b/test/unit/utVersion.cpp
@@ -2,7 +2,7 @@
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
-Copyright (c) 2006-2022, assimp team
+Copyright (c) 2006-2023, assimp team
All rights reserved.
@@ -53,7 +53,7 @@ TEST_F( utVersion, aiGetLegalStringTest ) {
}
TEST_F( utVersion, aiGetVersionMinorTest ) {
- EXPECT_EQ(aiGetVersionMinor(), 2U);
+ EXPECT_EQ(aiGetVersionMinor(), 3U);
}
TEST_F( utVersion, aiGetVersionMajorTest ) {
@@ -61,7 +61,7 @@ TEST_F( utVersion, aiGetVersionMajorTest ) {
}
TEST_F( utVersion, aiGetVersionPatchTest ) {
- EXPECT_EQ(aiGetVersionPatch(), 6U );
+ EXPECT_EQ(aiGetVersionPatch(), 0U );
}
TEST_F( utVersion, aiGetCompileFlagsTest ) {