Blame view

test/FitNesseRoot/ReleaseS/TmaAmda/ReLease3/SeparateHeader/content.txt 2.66 KB
89e48bb3   Benjamin Renard   Add test for #6497
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
!1 #6497 : avoir la possibilité d’avoir les informations dans un fichier (header) séparé

!define path {../test/FitNesseRoot/ReleaseS/TmaAmda/ReLease3/SeparateHeader/}
!define executable {amdaXMLRequestorTool }

!2 Description de l'anomalie

avoir la possibilité d’avoir les informations dans un fichier (header) séparé comme dans l’ancien amda
=> C'est fait automatiquement dans le cas d'un téléchargement avec un fichier par intervalle sur une TT. Il est possible de l'étendre aux autres types de download et d'ajouter l'option dans l'IHM.

!2 Description de la correction

Ajout de l'option "Header in a separate file"

!2 Test

!3 Connexion au serveur 

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

!|script|TestAmdaCommandLine|
|set|${path}|path|

!3 Exécution des scripts

!|script|TestAmdaCommandLine|
7515fe67   Benjamin Renard   Fix a bug whith o...
28
|note|!- Download de imf avec les options 'one-file-per-parameter-per-interval' et 'header in a separate file' -!|
89e48bb3   Benjamin Renard   Add test for #6497
29
30
31
32
|check|executeWithInfo|${executable}|command|${path}request_6497_00.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.txt ${path}/download_6497_00_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/download_6497_00_info_REF.txt|args|0|

16bdce87   Benjamin Renard   correction All in...
33
!|script|TestAmdaCommandLine|
7515fe67   Benjamin Renard   Fix a bug whith o...
34
|note|!- Download de imf avec les options 'one-file' et 'header in a separate file' -!|
16bdce87   Benjamin Renard   correction All in...
35
36
37
38
|check|executeWithInfo|${executable}|command|${path}request_6497_01.xml|args|0|
|check|execute|diff|command|output-imf_2008017000000000.txt ${path}/download_6497_01_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/download_6497_01_info_REF.txt|args|0|

7515fe67   Benjamin Renard   Fix a bug whith o...
39
40
41
42
43
!|script|TestAmdaCommandLine|
|note|!- Download de imf et de dst avec les options 'one-file' et 'header in a separate file' -!|
|check|executeWithInfo|${executable}|command|${path}request_6497_02.xml|args|0|
|check|execute|diff|command|output-imf_dst_2008000000000000.txt ${path}/download_6497_02_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_dst_info.txt ${path}/download_6497_02_info_REF.txt|args|0|
16bdce87   Benjamin Renard   correction All in...
44

7515fe67   Benjamin Renard   Fix a bug whith o...
45
46
47
48
49
50
51
!|script|TestAmdaCommandLine|
|note|!- Download de imf et de dst avec les options 'one-file-per-parameter-per-interval' et 'header in a separate file' -!|
|check|executeWithInfo|${executable}|command|${path}request_6497_03.xml|args|0|
|check|execute|diff|command|output-imf_2008000000000000.txt ${path}/download_6497_03_imf_data_REF.txt|args|0|
|check|execute|diff|command|output-imf_info.txt ${path}/download_6497_03_imf_info_REF.txt|args|0|
|check|execute|diff|command|output-dst_2008000000000000.txt ${path}/download_6497_03_dst_data_REF.txt|args|0|
|check|execute|diff|command|output-dst_info.txt ${path}/download_6497_03_dst_info_REF.txt|args|0|
89e48bb3   Benjamin Renard   Add test for #6497
52
53
-----
!contents -R2 -g -p -f -h