# fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1092 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -8,7 +8,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION (MaterialSystemTest);
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void MaterialSystemTest :: setUp (void)
|
||||
{
|
||||
this->pcMat = new MaterialHelper();
|
||||
this->pcMat = new aiMaterial();
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user