blob: 3a1aa9ea9164dda88562ff04ca4df6bfb0b6024f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[send.py]
[test_unexpected_alert]
expected:
if not swgl and (os == "android") and not debug: [PASS, FAIL]
if swgl: [PASS, FAIL]
[test_send_alert_text[Federer\]]
expected:
if (os == "android") and debug and not swgl: [PASS, FAIL]
[test_send_alert_text[\]]
expected:
if (os == "android") and debug and not swgl: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[test_send_alert_text[Fed\\terer\]]
expected:
if (os == "android") and not debug: [PASS, FAIL]
|