Major API cleanup. Unified formatting & doxygen tags in the public API.
Added factory provider for default log streams. Added default log streams to std::out and std::cerr. Updated VC8 project config, boost workarounds is now working for the viewer. Updated unit test suite. Fixed some minor issues in the postprocessing-framework. BROKEN: DebugDLL build. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@292 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
|
||||
|
||||
#include "UnitTestPCH.h"
|
||||
#include "utRemoveComments.h"
|
||||
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION (RemoveCommentsTest);
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void RemoveCommentsTest :: setUp (void)
|
||||
{
|
||||
// nothing to do here
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void RemoveCommentsTest :: tearDown (void)
|
||||
{
|
||||
// nothing to do here
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void RemoveCommentsTest :: testSingleLineComments (void)
|
||||
{
|
||||
const char* szTest = "int i = 0; \n"
|
||||
@@ -37,6 +40,7 @@ void RemoveCommentsTest :: testSingleLineComments (void)
|
||||
delete[] szTest2;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void RemoveCommentsTest :: testMultiLineComments (void)
|
||||
{
|
||||
char* szTest =
|
||||
|
||||
Reference in New Issue
Block a user