[Bese-devel] fiveam

ml13 at onlinehome.de ml13 at onlinehome.de
Wed Dec 15 13:41:31 UTC 2004


Hi,

I am just wondering whether it is intended behaviour of fiveam that 
tests with identical name are overwritten, even if they are in 
different test suites.

(def-suite suite1)
(in-suite suite1)

(test mytest
	(is (= 1 2 )))

(def-suite suite2)
(in-suite suite2)

(test mytest
	(is (= 1 1)))

(run! 'suite1) would result in 1 Pass, as well as (run 'suite2)

Thanks for listening,

	Peter




More information about the bese-devel mailing list