mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
18 lines
315 B
Bash
Executable File
18 lines
315 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## soap_server.test -- Test soap server feature
|
|
|
|
start_msg soap_server
|
|
|
|
#UTRACE="0 50M 0"
|
|
#UOBJDUMP="0 100k 500"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg soap_server inp/method_file.tmpl < inp/soap.input
|
|
|
|
# Test against expected output
|
|
test_output_wc w soap_server
|