...
original commit: 2b11ef3af25141548c64ffd594da4a6d8d72a559
This commit is contained in:
parent
c49293b4cd
commit
7a30577958
|
@ -18,6 +18,27 @@
|
||||||
'basic-mixin-creation
|
'basic-mixin-creation
|
||||||
'(frame:basic-mixin frame%))
|
'(frame:basic-mixin frame%))
|
||||||
|
|
||||||
|
(test-creation
|
||||||
|
'info-mixin-creation
|
||||||
|
'(frame:info-mixin frame:basic%))
|
||||||
|
(test-creation
|
||||||
|
'info%-creation
|
||||||
|
'frame:info%)
|
||||||
|
|
||||||
|
(test-creation
|
||||||
|
'text-info-mixin-creation
|
||||||
|
'(frame:text-info-mixin frame:info%))
|
||||||
|
(test-creation
|
||||||
|
'text-info%-creation
|
||||||
|
'frame:text-info%)
|
||||||
|
|
||||||
|
(test-creation
|
||||||
|
'pasteboard-info-mixin-creation
|
||||||
|
'(frame:pasteboard-info-mixin frame:info%))
|
||||||
|
(test-creation
|
||||||
|
'pasteboard-info%-creation
|
||||||
|
'frame:pasteboard-info%)
|
||||||
|
|
||||||
(test-creation
|
(test-creation
|
||||||
'standard-menus%-creation
|
'standard-menus%-creation
|
||||||
'frame:standard-menus%)
|
'frame:standard-menus%)
|
||||||
|
@ -33,7 +54,7 @@
|
||||||
'(frame:text-mixin frame:editor%))
|
'(frame:text-mixin frame:editor%))
|
||||||
(test-creation
|
(test-creation
|
||||||
'text-mixin-creation
|
'text-mixin-creation
|
||||||
'(frame:text-mixin (frame:editor-mixin frame:standard-menus%)))
|
'(frame:text-mixin frame:editor%))
|
||||||
|
|
||||||
(test-creation
|
(test-creation
|
||||||
'searchable%-creation
|
'searchable%-creation
|
||||||
|
@ -42,22 +63,12 @@
|
||||||
'searchable-mixin
|
'searchable-mixin
|
||||||
'(frame:searchable-mixin frame:text%))
|
'(frame:searchable-mixin frame:text%))
|
||||||
|
|
||||||
(test-creation
|
|
||||||
'info-mixin-creation
|
|
||||||
'(frame:info-mixin frame:searchable%))
|
|
||||||
(test-creation
|
|
||||||
'text-info-mixin-creation
|
|
||||||
'(frame:text-info-mixin (frame:info-mixin frame:searchable%)))
|
|
||||||
(test-creation
|
|
||||||
'text-info%-creation
|
|
||||||
'frame:text-info%)
|
|
||||||
|
|
||||||
(test-creation
|
(test-creation
|
||||||
'text-info-file%-creation
|
'text-info-file%-creation
|
||||||
'frame:text-info-file%)
|
'frame:text-info-file%)
|
||||||
(test-creation
|
(test-creation
|
||||||
'text-info-file-mixin-creation
|
'text-info-file-mixin-creation
|
||||||
'(frame:file-mixin frame:text-info%))
|
'(frame:file-mixin frame:text%))
|
||||||
|
|
||||||
(test-creation
|
(test-creation
|
||||||
'pasteboard-mixin-creation
|
'pasteboard-mixin-creation
|
||||||
|
@ -69,16 +80,9 @@
|
||||||
'pasteboard%-creation
|
'pasteboard%-creation
|
||||||
'frame:pasteboard%)
|
'frame:pasteboard%)
|
||||||
|
|
||||||
(test-creation
|
|
||||||
'pasteboard-info-mixin-creation
|
|
||||||
'(frame:info-mixin frame:searchable%))
|
|
||||||
(test-creation
|
|
||||||
'pasteboard-info%-creation
|
|
||||||
'frame:pasteboard-info%)
|
|
||||||
|
|
||||||
(test-creation
|
(test-creation
|
||||||
'pasteboard-info-file-mixin-creation
|
'pasteboard-info-file-mixin-creation
|
||||||
'(frame:file-mixin frame:pasteboard-info%))
|
'(frame:file-mixin frame:pasteboard%))
|
||||||
(test-creation
|
(test-creation
|
||||||
'pasteboard-info-file%-creation
|
'pasteboard-info-file%-creation
|
||||||
'frame:pasteboard-info-file%)
|
'frame:pasteboard-info-file%)
|
||||||
|
@ -130,5 +134,4 @@
|
||||||
|
|
||||||
(test-open "frame:editor open" 'frame:text%)
|
(test-open "frame:editor open" 'frame:text%)
|
||||||
(test-open "frame:searchable open" 'frame:searchable%)
|
(test-open "frame:searchable open" 'frame:searchable%)
|
||||||
(test-open "frame:text-info open" 'frame:text-info%)
|
(test-open "frame:text-info open" 'frame:text-info-file%)
|
||||||
(test-open "frame:text-info-file open" 'frame:text-info-file%)
|
|
||||||
|
|
|
@ -158,6 +158,8 @@
|
||||||
(string-append
|
(string-append
|
||||||
(exn-message x)
|
(exn-message x)
|
||||||
"; rest of string: "
|
"; rest of string: "
|
||||||
|
(format
|
||||||
|
"~s"
|
||||||
(apply
|
(apply
|
||||||
string
|
string
|
||||||
(let loop ()
|
(let loop ()
|
||||||
|
@ -166,7 +168,7 @@
|
||||||
(if (eof-object? char)
|
(if (eof-object? char)
|
||||||
null
|
null
|
||||||
(cons char (loop))))
|
(cons char (loop))))
|
||||||
null))))))])
|
null)))))))])
|
||||||
(read in-port))])
|
(read in-port))])
|
||||||
(unless (or (eof-object? answer)
|
(unless (or (eof-object? answer)
|
||||||
(and (list? answer)
|
(and (list? answer)
|
||||||
|
|
|
@ -62,9 +62,9 @@
|
||||||
(test-creation 'frame:text%
|
(test-creation 'frame:text%
|
||||||
'text:searching%
|
'text:searching%
|
||||||
'text:searching-creation)
|
'text:searching-creation)
|
||||||
(test-creation 'frame:text-info%
|
(test-creation '(frame:searchable-mixin frame:text%)
|
||||||
'(text:info-mixin (editor:info-mixin text:searching%))
|
'(text:info-mixin (editor:info-mixin text:searching%))
|
||||||
'text:info-mixin-creation)
|
'text:info-mixin-creation)
|
||||||
(test-creation 'frame:text-info%
|
(test-creation '(frame:searchable-mixin frame:text%)
|
||||||
'text:info%
|
'text:info%
|
||||||
'text:info-creation)
|
'text:info-creation)
|
Loading…
Reference in New Issue
Block a user