mason.email: fix unit test
parent
f4a134892c
commit
e0168580be
|
@ -1,10 +1,11 @@
|
||||||
IN: mason.email.tests
|
IN: mason.email.tests
|
||||||
USING: mason.email mason.common mason.config namespaces tools.test ;
|
USING: mason.email mason.common mason.config namespaces tools.test ;
|
||||||
|
|
||||||
[ "mason on linux-x86-64: error" ] [
|
[ "mason on linux-x86-64: 12345 -- error" ] [
|
||||||
[
|
[
|
||||||
"linux" target-os set
|
"linux" target-os set
|
||||||
"x86.64" target-cpu set
|
"x86.64" target-cpu set
|
||||||
|
"12345" current-git-id set
|
||||||
status-error subject prefix-subject
|
status-error subject prefix-subject
|
||||||
] with-scope
|
] with-scope
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue