2008-09-16 00:20:33 -04:00
|
|
|
IN: mason.email.tests
|
2011-07-29 01:57:14 -04:00
|
|
|
USING: mason.email mason.common mason.config namespaces
|
|
|
|
tools.test system ;
|
2008-09-16 00:20:33 -04:00
|
|
|
|
2009-05-08 03:26:05 -04:00
|
|
|
[ "mason on linux-x86-64: 12345 -- error" ] [
|
2008-09-16 00:20:33 -04:00
|
|
|
[
|
2011-07-29 01:57:14 -04:00
|
|
|
linux target-os set
|
|
|
|
x86.64 target-cpu set
|
2009-05-08 03:26:05 -04:00
|
|
|
"12345" current-git-id set
|
2010-04-11 21:42:12 -04:00
|
|
|
status-error report-subject
|
2008-09-16 00:20:33 -04:00
|
|
|
] with-scope
|
|
|
|
] unit-test
|