|
From: Teiniker E. <ego...@tu...> - 2003-10-23 09:22:39
|
Hey Leif! I added the following test cases to check the usage of (smart pointer) interfaces within components: supports_interface.sh facet_interface.sh receptacle_interface.sh The business-logic code (test/CppGenerator/*/src and */CCM_Test) for these tests will follow... To fix the problem with interface parameters, I changed the CppGenerator.java / getLanguageType() method. The make check results: 4 of 40 tests failed FAIL: supports-inheritance.sh FAIL: facet-inheritance.sh FAIL: receptacle-inheritance.sh FAIL: module_mixed.sh :-) Egon |