2008-09-16 00:20:33 -04:00
|
|
|
IN: mason.email.tests
|
|
|
|
USING: mason.email mason.common mason.config namespaces tools.test ;
|
|
|
|
|
|
|
|
[ "mason on linux-x86-64: error" ] [
|
|
|
|
[
|
|
|
|
"linux" target-os set
|
|
|
|
"x86.64" target-cpu set
|
2009-04-18 04:04:03 -04:00
|
|
|
status-error subject prefix-subject
|
2008-09-16 00:20:33 -04:00
|
|
|
] with-scope
|
|
|
|
] unit-test
|