aboutsummaryrefslogtreecommitdiffstats
path: root/community/assimp/version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/assimp/version.patch')
-rw-r--r--community/assimp/version.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/assimp/version.patch b/community/assimp/version.patch
new file mode 100644
index 00000000000..4739a13b7d8
--- /dev/null
+++ b/community/assimp/version.patch
@@ -0,0 +1,22 @@
+diff --git a/test/unit/utVersion.cpp b/test/unit/utVersion.cpp
+index 5826b28..30301f7 100644
+--- a/test/unit/utVersion.cpp
++++ b/test/unit/utVersion.cpp
+@@ -61,17 +61,13 @@ TEST_F( utVersion, aiGetVersionMajorTest ) {
+ }
+
+ TEST_F( utVersion, aiGetVersionPatchTest ) {
+ EXPECT_EQ(aiGetVersionPatch(), 0U );
+ }
+
+ TEST_F( utVersion, aiGetCompileFlagsTest ) {
+ EXPECT_NE( aiGetCompileFlags(), 0U );
+ }
+
+-TEST_F( utVersion, aiGetVersionRevisionTest ) {
+- EXPECT_NE( aiGetVersionRevision(), 0U );
+-}
+-
+ TEST_F( utVersion, aiGetBranchNameTest ) {
+ EXPECT_NE( nullptr, aiGetBranchName() );
+ }