//	Generic File Parser Test Script
//	===============================

// The generic file parser supports:

// Business Card	vcard
// Calendar			vcal
// Ringing Tone		rtone
// Operator Logo	oplogo

[main]
bio_test doatstart
bio_test vcard1
bio_test vcal1
bio_test oplogo1
bio_test oplogo2
bio_test oplogo3
bio_test oplogo4
bio_test oplogo5
bio_test oplogo6
bio_test rtone1
bio_test rtone2
bio_test rtone3
bio_test rtone4
bio_test rtone5
bio_test rtone6
bio_test rtone7
bio_test doattheend


// Startup section.
[doatstart]
clean_all_bio_msgs

// Shutdown section.
[doattheend]


// vcard tests.

[vcard1]
gen_msg_from_file gfp\vcard1.txt
check_used_bif 10005534
bio_client_parse
chk_file_in_msg_dir_with_ext


// vcal tests.

[vcal1]
gen_msg_from_file gfp\vcal1.txt
check_used_bif 10005533
bio_client_parse
chk_file_in_msg_dir_with_ext


// oplogo tests.

[oplogo1]
gen_msg_from_file gfp\oplogo1.txt
check_used_bif 10005536
bio_client_parse
chk_file_in_msg_dir_with_ext

[oplogo2]
gen_msg_from_file gfp\oplogo2.txt
check_used_bif 10005536
bio_client_parse
chk_file_in_msg_dir_with_ext

[oplogo3]
gen_msg_from_file gfp\oplogo3.txt
check_used_bif 10005536
bio_client_parse
chk_file_in_msg_dir_with_ext

[oplogo4]
gen_msg_from_file gfp\oplogo4.txt
check_used_bif 10005536
bio_client_parse
chk_file_in_msg_dir_with_ext

[oplogo5]
gen_msg_from_file gfp\oplogo5.txt
check_used_bif 10005536
bio_client_parse
chk_file_in_msg_dir_with_ext

[oplogo6]
gen_msg_from_file gfp\oplogo6.txt
check_used_bif 10005536
bio_client_parse
chk_file_in_msg_dir_with_ext


// ring tone tests.

[rtone1]
gen_msg_from_file gfp\rtone1.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

[rtone2]
gen_msg_from_file gfp\rtone2.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

[rtone3]
gen_msg_from_file gfp\rtone3.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

[rtone4]
gen_msg_from_file gfp\rtone4.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

[rtone5]
gen_msg_from_file gfp\rtone5.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

[rtone6]
gen_msg_from_file gfp\rtone6.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

[rtone7]
gen_msg_from_file gfp\rtone7.txt
check_used_bif 10005535
bio_client_parse
chk_file_in_msg_dir_with_ext

