Comment out deinprogramm/image test cases with dubious semantics, that
have recently stopped working.
This commit is contained in:
parent
e07ff03729
commit
f15ca607ed
|
@ -206,12 +206,16 @@
|
|||
blue blue blue
|
||||
blue blue blue)
|
||||
(image->color-list (rectangle 3 3 "solid" 'blue)))
|
||||
(check-equal? (list blue blue blue
|
||||
;; Robby says:
|
||||
;; I think that this test just isn't one that the primitives guarantee to hold.
|
||||
#;(check-equal? (list blue blue blue
|
||||
blue white blue
|
||||
blue blue blue)
|
||||
(image->color-list (rectangle 3 3 'outline 'blue))))
|
||||
|
||||
(test-case
|
||||
|
||||
;; Ditto.
|
||||
#;(test-case
|
||||
"color-list3"
|
||||
(check-equal? (list blue blue blue
|
||||
blue white blue
|
||||
|
@ -646,7 +650,8 @@
|
|||
|
||||
; note: next two tests may be platform-specific... I'm not sure.
|
||||
;; I developed them under macos x. -robby
|
||||
(test-case
|
||||
;; And sure enough, this one doesn't work anymore. -Mike
|
||||
#;(test-case
|
||||
"triangle1"
|
||||
(check image=?
|
||||
(triangle 3 'outline 'red)
|
||||
|
|
Loading…
Reference in New Issue
Block a user