update drracket tests to the new name of

the top radio button in the language dialog
 # Please enter the commit message for your changes. Lines starting
This commit is contained in:
Robby Findler 2012-11-11 20:12:15 -06:00
parent ad8a14cb5b
commit 9ad93eaa2d
2 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@
(let ([drs-frame (fw:test:get-active-top-level-window)])
(fw:test:menu-select "Language" "Choose Language...")
(let* ([language-dialog (wait-for-new-frame drs-frame)])
(fw:test:set-radio-box-item! #rx"Use the language declared in the source")
(fw:test:set-radio-box-item! #rx"The Racket Language")
(with-handlers ([exn:fail? (lambda (x) (void))])
(fw:test:button-push "Show Details"))

View File

@ -61,7 +61,7 @@
(define (set-module-language! drr-frame)
(test:menu-select "Language" "Choose Language...")
(define language-dialog (wait-for-new-frame drr-frame))
(test:set-radio-box-item! #rx"Use the language declared in the source")
(test:set-radio-box-item! #rx"The Racket Language")
(with-handlers ([exn:fail? (lambda (x) (void))])
(test:button-push "Show Details"))