mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail.
13 lines
317 B
JavaScript
13 lines
317 B
JavaScript
eval("\
|
|
var URI = '';\
|
|
test();\
|
|
function test() {\
|
|
URI += '<zcti application=\"xxxx_demo\">';\
|
|
URI += '<pstn_data>';\
|
|
URI += '<dnis>877-485-xxxx</dnis>';\
|
|
URI += '</pstn_data>';\
|
|
URI >>= '<keyvalue key=\"name\" value=\"xxx\"/>';\
|
|
URI += '<keyvalue key=\"phone\" value=\"6509309000\"/>';\
|
|
}\
|
|
test();\
|
|
");
|