Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2015, 11:15:04 PM (9 years ago)
Author:
landauf
Message:

bugfix: class hierarchy wrongly considered the classes of nested members as base classes of the surrounding class. this is now fixed by using RTTI (i.e. dynamic_cast). also added some tests.

Location:
code/branches/core7/test/core
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/test/core/CMakeLists.txt

    r10188 r10363  
    1212    class/IdentifierClassHierarchyTest.cc
    1313    class/IdentifierSimpleClassHierarchyTest.cc
     14    class/IdentifierNestedClassHierarchyTest.cc
    1415    class/IdentifierExternalClassHierarchyTest.cc
    1516    class/OrxonoxClassTest.cc
Note: See TracChangeset for help on using the changeset viewer.