-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sent but not implemented #53
Comments
It seems the ZnEasy class is missing the getPng and getGif methods. I'm guessing these were left out of the port because of the absence of ImageReadWriter in Gemstone? #addDeferredStartupAction: is sent by ZnServer>>startUp and can be safely removed. |
On Sun, Sep 14, 2014 at 11:12 AM, Johan Brichau notifications@github.com
Sounds right ... I will be adding Zinc to the GsUpgrader test suite today ... GsUpgrader is |
add #bench to list: 'Sent but not implemented: #''bench''' #bench shows up when zinc tests are loaded and run ... zinc tests probably loaded as part of Seaside31 |
For 2.4.5.2, the OverriddenBaseMethodsTest>>#testOverriddenBaseMethods test fails. The implication is that there is an existing base method being overridden and/or different from the standard override ... OverriddenBaseMethodsTest>>#testOverriddenBaseMethods is in the base GLASS tests and nor normally tested in Zinc itself ... |
…versions in line-up ... see if 2.4.4.1 and 2.4.4.7 will pass TEST_GLASS1
re-enable the zinc and seaside tests in GsUpgrader when this bug is fixed |
closing |
See GsDevKit/Seaside31#44:
'Sent but not implemented: #''addDeferredStartupAction:'''
'Sent but not implemented: #''getPng:'''
'Sent but not implemented: #''getGif:'''
The text was updated successfully, but these errors were encountered: