Actions
Bug #3093
closedUnit test org.nddp.TestCollectionIOPort does not compile
Start date:
01/22/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3093
Description
The JUnit test org.nddp.TestCollectionIOPort does not compile, and has been renamed to TestCollectionIOPort.javaDISABLED in the repository.
The error message is:
org.nddp.TestCollectionIOPort.ComponentEntity_Local is not abstract and does not override abstract method removeInitializable(ptolemy.actor.Initializable) in ptolemy.actor.Initializable
I will try to fix this tomorrow, 1/23/2008.
Updated by Timothy McPhillips almost 17 years ago
I added (empty) addInitializable() and removeInitializable() methods required by the ptolemy.actor.Initializable interface. The class now compiles fine and the tests run successfully. I renamed TestCollectionIOPort.javaDISABLED back to TestCollectionIOPort.java.
Actions