# 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:
aramis_acg
2011-11-29 13:53:24 +00:00
parent 6dc3bc1c88
commit 3d00f36faf
11 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION (MaterialSystemTest);
// ------------------------------------------------------------------------------------------------
void MaterialSystemTest :: setUp (void)
{
this->pcMat = new MaterialHelper();
this->pcMat = new aiMaterial();
}
// ------------------------------------------------------------------------------------------------