mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065141: Clarify language in mochitest messages about whether OMTA is working. r=birtles
This commit is contained in:
parent
fb31ab8269
commit
44b667e443
@ -101,11 +101,13 @@ function runOMTATest(aTestFunction, aOnSkip) {
|
||||
// We only call this when we know it will fail as otherwise in the
|
||||
// regular success case we will end up inflating the "passed tests"
|
||||
// count by 1
|
||||
ok(isWorking, "OMTA is working as expected");
|
||||
ok(isWorking, "OMTA should work");
|
||||
aOnSkip();
|
||||
}
|
||||
} else {
|
||||
todo(isWorking, "OMTA is working");
|
||||
todo(isWorking,
|
||||
"OMTA should ideally work, though we don't expect it to work on " +
|
||||
"this platform/configuration");
|
||||
aOnSkip();
|
||||
}
|
||||
}).catch(function(err) {
|
||||
|
Loading…
Reference in New Issue
Block a user