add missing `super-new' from class100 conversion

Also, move relevant tests to a better place.

Merge to v5.3
(cherry picked from commit 289ae98c8e)
This commit is contained in:
Matthew Flatt 2012-07-24 11:10:35 -05:00 committed by Ryan Culpepper
parent 9c25910c8b
commit c9d0319a11
3 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@
(define sixlib-canvas%
(class mred:canvas%
(super-new)
(inherit get-parent
min-client-width min-client-height
stretchable-width stretchable-height)

View File

@ -760,6 +760,7 @@ path/s is either such a string or a list of them.
"collects/games/paint-by-numbers/raw-problems/size-calculation.rkt" drdr:command-line (mzc *)
"collects/games/parcheesi/make-bitmap.rkt" drdr:command-line (mzc *)
"collects/graphics" responsible (mflatt robby)
"collects/graphics/tests/sixlib.rktl" drdr:command-line #f
"collects/graphics/turtle-test.rkt" drdr:command-line (mzc "-k" *)
"collects/graphics/value-turtles-test.rkt" drdr:command-line (mzc *)
"collects/gui-debugger" responsible (gmarceau mflatt)
@ -1071,7 +1072,6 @@ path/s is either such a string or a list of them.
"collects/tests/gracket/paramz.rktl" drdr:command-line (gracket "-f" *)
"collects/tests/gracket/png.rktl" drdr:command-line #f
"collects/tests/gracket/showkey.rkt" drdr:command-line #f
"collects/tests/gracket/sixlib.rktl" drdr:command-line #f
"collects/tests/gracket/text-scale.rktl" drdr:command-line #f
"collects/tests/gracket/unflushed-circle.rkt" drdr:command-line #f
"collects/tests/gracket/windowing.rktl" drdr:command-line (gracket "-f" *)