14 lines
437 B
Diff
14 lines
437 B
Diff
|
diff -Nur assimp-4.1.0/test/unit/utVersion.cpp new/test/unit/utVersion.cpp
|
||
|
--- assimp-4.1.0/test/unit/utVersion.cpp 2017-12-11 14:22:45.000000000 +0100
|
||
|
+++ new/test/unit/utVersion.cpp 2018-08-11 18:14:15.231279250 +0200
|
||
|
@@ -65,7 +65,9 @@
|
||
|
EXPECT_NE( aiGetCompileFlags(), 0U );
|
||
|
}
|
||
|
|
||
|
+/* Does not work, as we do not build from GIT
|
||
|
TEST_F( utVersion, aiGetVersionRevisionTest ) {
|
||
|
EXPECT_NE( aiGetVersionRevision(), 0U );
|
||
|
}
|
||
|
+*/
|
||
|
|