fixed a bug
svn: r14909
This commit is contained in:
parent
5ed62e665b
commit
a4d87e926e
|
@ -373,7 +373,7 @@
|
||||||
;; checks that the language in the drscheme window is set to the given one.
|
;; checks that the language in the drscheme window is set to the given one.
|
||||||
;; clears the definitions, clicks execute and checks the interactions window.
|
;; clears the definitions, clicks execute and checks the interactions window.
|
||||||
(define (check-language-level lang-spec)
|
(define (check-language-level lang-spec)
|
||||||
(let* ([drs-frame (get-top-level-focus-window)]
|
(let* ([drs-frame (wait-for-drscheme-frame)]
|
||||||
[interactions (send drs-frame get-interactions-text)]
|
[interactions (send drs-frame get-interactions-text)]
|
||||||
[definitions-canvas (send drs-frame get-definitions-canvas)])
|
[definitions-canvas (send drs-frame get-definitions-canvas)])
|
||||||
(fw:test:new-window definitions-canvas)
|
(fw:test:new-window definitions-canvas)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user