I just had some spare time to fool around and noticed that there are still
some outstanding references to two deprecated methods in tests:
- DataNode.createPkSupportForMapEntities()
- SqlSelectQuery.get/setResultDesc()
The last two seem to be a quick fix but what about the first?
createPkSupport() is usually used in a TestCase' setUp() and we could just
make it a shared method in CayenneTestCase, same for the one reference in
performance/PerformMain.
Oh, and CayenneTestCase.hasJSDK14() could also go away since it's not
really used. A leftover from before the backport, I guess.
Just curious about these since I saw that Andrus is poking around in the
tests. :)
Holger
This archive was generated by hypermail 2.0.0 : Sat Sep 21 2002 - 08:36:42 EDT