jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Remove deprecated calls in TTMatrix:test() #169

Closed nwolek closed 10 years ago

nwolek commented 11 years ago

The test for TTMatrix makes frequent use of TTObjectBaseInstantiate(): https://github.com/jamoma/JamomaCore/blob/master/Foundation/library/tests/TTMatrix.test.cpp

This method seems to have been marked for deprecation and needs to be removed: https://github.com/jamoma/JamomaCore/blob/dev/Foundation/library/includes/TTEnvironment.h#L176

For a model of how to catch new exceptions, look at AngleDataspace unit test: https://github.com/jamoma/JamomaCore/commit/dbd970580705187c57b730e55c5bb0229208acd7

This is a follow up to issue #129

nwolek commented 11 years ago

Tried to make some progress here (https://github.com/jamoma/JamomaCore/commit/a75470567ca275480bef8c3284676e92761c99a7) while closing #124 but did not succeed. I'll have to come back to it.