content.txt 1.66 KB
!1 !-User Story 13: Download pour TimeTable, petits intervalles, un seul fichier-!

!define path {../test/FitNesseRoot/ReleaseS/SecondPart/ReLease1/SprinT4/UserStory13/}
!define executable {amdaXMLRequestorTool }
!2 Description du test
!- Execution d'une requête de download, input TimeTable contenant des intervalles plus petits que le timeResolution de la  requête => output d'une timetable listant ces intervalles en plus du résultat pour les autres intervalles -!

!2 Test

!|script|ConnectToDDServer|
|check|login|1|

!|script|TestAmdaCommandLine|
|set|${path}|path|
|reference|US 13: id 87|id test|
|note|!- Download sur 2 paramètres IMF, EFIELD dans un unique fichier, time table au format ASCII -!|
|check|execute|${executable}|command|${path}request_us13_87.xml|args|0|
|check|diffOutputFile|REF_output-efield_imf_tt_small.txt|file1|output-efield_imf_tt_small.txt|file2|0|
|check|execute|diff|command|tt_small_50_smallIntervals.txt ${path}/REF_tt_small_50_smallIntervals.txt|args|0|

!|script|TestAmdaCommandLine|
|set|${path}|path|
|note|!- Download sur 2 paramètres IMF, EFIELD dans un unique fichier, time table au format XML -!|
|check|execute|${executable}|command|${path}request_us13_87_2.xml|args|0|
|check|diffOutputFile|REF_output-efield_imf_tt_small.txt|file1|output-efield_imf_tt_small.txt|file2|0|
|check|execute|diff|command|tt_small_50_smallIntervals.xml ${path}/REF_tt_small_50_smallIntervals.xml|args|0|

!|script|TestAmdaCommandLine|
|set|${path}|path|
|note|!- Suppression des fichiers créés -!|
|check|execute|!- rm  -!|command| output-efield_imf_*.txt |args|0|
|check|execute|!- rm  -!|command| tt_small_50_smallIntervals.* |args|0|

-----
!contents -R2 -g -p -f -h