content.txt 23.6 KB
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469
!1 !-User Story 67: Définition type Tableau 2D  -!

!define path {../test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT3/UserStory67/}
!define executable {amdaXMLRequestorTool }
!define dataBaseParamPath {../config/DataBaseParameters/}
!2 Description du test
!- Cette US se contente d'ajouter le nouveau type de données, et léve une exception pour tous les VisitorsOfParamData sauf pour celui du DownloadOutput.

Attention, Tableau 2D et non matrice
Définir un nouveau type

Fonctions a implementer pour tableau 2D

1. A[N,M] + - * / a
2. * / B[N,M => Attention! A considérer comme un tableau (calcul composante par composante)
3. A[N,M] */ B[N]
4. A[N,M] */ B[M]

Définition des process
5. total(A[N,M])
6. total(A[N,M],1)
7. total(A[N,M],2)

prise en charge au niveau des ParamGet (DDServer et base locale)

prise en charge au niveau du DownloadOutput 
-!

!2 Test

!3 Connexion au serveur 

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

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

!3 Exécution des scripts

!4 Récupération de données Tab2D depuis DDServer et écriture dans un fichier de sortie

!|script|TestAmdaCommandLine|
|reference|US 67: id 00|id test|
|note|!- Paramètre Tab2D de DDServeur dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_00.xml|args|0|
|check|execute|diff|command|output-clust1_hia_pad_2008001000000000.txt ${path}/download_67_00_REF.txt|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 01|id test|
|note|!- Paramètre Tab2D de DDServeur dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_01.xml|args|0|
|check|execute|cdfdump|command|-output output-clust1_hia_pad_2008001000000000.cdf.dump output-clust1_hia_pad_2008001000000000.cdf |args|1|
|check|execute|diff|command|output-clust1_hia_pad_2008001000000000.cdf.dump ${path}/download_67_01_REF.cdf.dump|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 02|id test|
|note|!- Paramètre Tab2D de DDServeur dans un fichier JSON avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_02.xml|args|0|
|check|execute|diff|command|output-clust1_hia_pad_2008001000000000.json ${path}/download_67_02_REF.json|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 03|id test|
|note|!- Paramètre Tab2D de DDServeur dans un fichier VOTable avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_03.xml|args|0|
|check|execute|diff|command|output-clust1_hia_pad_2008001000000000.vot ${path}/download_67_03_REF.vot|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 04|id test|
|note|!- Composante [5,5] d'un paramètre Tab2D de DDServeur dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_04.xml|args|0|
|check|execute|diff|command|output-clust1_hia_pad_5,5_2008001000000000.txt ${path}/download_67_04_REF.txt|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 05|id test|
|note|!- Composantes [5,*] d'un paramètre Tab2D de DDServeur dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_05.xml|args|0|
|check|execute|diff|command|output-clust1_hia_pad_5,x_2008001000000000.txt ${path}/download_67_05_REF.txt|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 06|id test|
|note|!- Composantes [*,5] d'un paramètre Tab2D de DDServeur dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_06.xml|args|0|
|check|execute|diff|command|output-clust1_hia_pad_x,5_2008001000000000.txt ${path}/download_67_06_REF.txt|args|0|


!|script|TestAmdaCommandLine|
|reference|US 67: id 07|id test|
|note|!- Composante [3,1] d'un paramètre Tab2D de DDServeur dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_07.xml|args|0|
|check|execute|cdfdump|command|-output output-clust1_hia_pad_3,1_2008001000000000.cdf.dump output-clust1_hia_pad_3,1_2008001000000000.cdf |args|1|
|check|execute|diff|command|output-clust1_hia_pad_3,1_2008001000000000.cdf.dump ${path}/download_67_07_REF.cdf.dump|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 08|id test|
|note|!- Composante [3,*] d'un paramètre Tab2D de DDServeur dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_08.xml|args|0|
|check|execute|cdfdump|command|-output output-clust1_hia_pad_3,x_2008001000000000.cdf.dump output-clust1_hia_pad_3,x_2008001000000000.cdf |args|1|
|check|execute|diff|command|output-clust1_hia_pad_3,x_2008001000000000.cdf.dump ${path}/download_67_08_REF.cdf.dump|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 09|id test|
|note|!- Composante [*,3] d'un paramètre Tab2D de DDServeur dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_09.xml|args|0|
|check|execute|cdfdump|command|-output output-clust1_hia_pad_x,3_2008001000000000.cdf.dump output-clust1_hia_pad_x,3_2008001000000000.cdf |args|1|
|check|execute|diff|command|output-clust1_hia_pad_x,3_2008001000000000.cdf.dump ${path}/download_67_09_REF.cdf.dump|args|0|


!4 Récupération de données Tab2D depuis base locale format CDF et écriture dans un fichier de sortie

!|script|TestAmdaCommandLine|
|reference|US 67: id 10|id test|
|note|!- Paramètre Tab2D de fichier CDF dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_10.xml|args|0|
|check|execute|diff|command|output-local_cdf_c1_hia_pad_2008001000000000.txt ${path}/download_67_10_REF.txt|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 11|id test|
|note|!- Paramètre Tab2D de fichier CDF dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_11.xml|args|0|
|check|execute|cdfdump|command|-output output-local_cdf_c1_hia_pad_2008001000000000.cdf.dump output-local_cdf_c1_hia_pad_2008001000000000.cdf |args|1|
|check|execute|diff|command|output-local_cdf_c1_hia_pad_2008001000000000.cdf.dump ${path}/download_67_11_REF.cdf.dump|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 12|id test|
|note|!- Paramètre Tab2D de fichier CDF dans un fichier JSON avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_12.xml|args|0|
|check|execute|diff|command|output-local_cdf_c1_hia_pad_2008001000000000.json ${path}/download_67_12_REF.json|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 13|id test|
|note|!- Paramètre Tab2D de fichier CDF dans un fichier VOTable avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_13.xml|args|0|
|check|execute|diff|command|output-local_cdf_c1_hia_pad_2008001000000000.vot ${path}/download_67_13_REF.vot|args|0|

!4 Récupération de données Tab2D depuis base locale format ASCII et écriture dans un fichier de sortie

!|script|TestAmdaCommandLine|
|reference|US 67: id 20|id test|
|note|!- Paramètre Tab2D de fichier ASCII dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_20.xml|args|0|
|check|execute|diff|command|output-local_ascii_tab2d_2008000000000000.txt ${path}/download_67_20_REF.txt|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 21|id test|
|note|!- Paramètre Tab2D de fichier ASCII dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_21.xml|args|0|
|check|execute|cdfdump|command|-output output-local_ascii_tab2d_2008000000000000.cdf.dump output-local_ascii_tab2d_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-local_ascii_tab2d_2008000000000000.cdf.dump ${path}/download_67_21_REF.cdf.dump|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 22|id test|
|note|!- Paramètre Tab2D de fichier ASCII dans un fichier JSON avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_22.xml|args|0|
|check|execute|diff|command|output-local_ascii_tab2d_2008000000000000.json ${path}/download_67_22_REF.json|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 23|id test|
|note|!- Paramètre Tab2D de fichier ASCII dans un fichier VOTable avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_23.xml|args|0|
|check|execute|diff|command|output-local_ascii_tab2d_2008000000000000.vot ${path}/download_67_23_REF.vot|args|0|

!4 Récupération de données Tab2D depuis base locale format VOTable et écriture dans un fichier de sortie

!|script|TestAmdaCommandLine|
|reference|US 67: id 30|id test|
|note|!- Paramètre Tab2D de fichier VOTable dans un fichier ASCII avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_30.xml|args|0|
|check|execute|diff|command|output-local_vot_tab2d_2008000000000000.txt ${path}/download_67_30_REF.txt|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 31|id test|
|note|!- Paramètre Tab2D de fichier VOTable dans un fichier CDF avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_31.xml|args|0|
|check|execute|cdfdump|command|-output output-local_vot_tab2d_2008000000000000.cdf.dump output-local_vot_tab2d_2008000000000000.cdf |args|1|
|check|execute|diff|command|output-local_vot_tab2d_2008000000000000.cdf.dump ${path}/download_67_31_REF.cdf.dump|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 32|id test|
|note|!- Paramètre Tab2D de fichier VOTable dans un fichier JSON avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_32.xml|args|0|
|check|execute|diff|command|output-local_vot_tab2d_2008000000000000.json ${path}/download_67_32_REF.json|args|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 33|id test|
|note|!- Paramètre Tab2D de fichier VOTable dans un fichier VOTable avec info -!|
|check|executeWithInfo|${executable}|command|${path}request_us67_33.xml|args|0|
|check|execute|diff|command|output-local_vot_tab2d_2008000000000000.vot ${path}/download_67_33_REF.vot|args|0|

!4 Opérations sur Tab2D

!|script|TestAmdaCommandLine|
|reference|US 67: id 40|id test|
|note|!- Tab2D + Scalaire -!|
|check|returnValue|-f iso -p expression_tab2d_plus_1 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_40_REF.txt|file1|output-expression_tab2d_plus_1_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 41|id test|
|note|!- Scalaire + Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_plus_2 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_41_REF.txt|file1|output-expression_tab2d_plus_2_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 42|id test|
|note|!- Tab2D - Scalaire -!|
|check|returnValue|-f iso -p expression_tab2d_moins_1 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_42_REF.txt|file1|output-expression_tab2d_moins_1_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 43|id test|
|note|!- Scalaire - Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_moins_2 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_43_REF.txt|file1|output-expression_tab2d_moins_2_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 44|id test|
|note|!- Tab2D * Scalaire -!|
|check|returnValue|-f iso -p expression_tab2d_fois_1 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_44_REF.txt|file1|output-expression_tab2d_fois_1_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 45|id test|
|note|!- Scalaire * Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_fois_2 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_45_REF.txt|file1|output-expression_tab2d_fois_2_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 46|id test|
|note|!- Tab2D / Scalaire -!|
|check|returnValue|-f iso -p expression_tab2d_div_1 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_46_REF.txt|file1|output-expression_tab2d_div_1_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 47|id test|
|note|!- Scalaire / Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_div_2 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_47_REF.txt|file1|output-expression_tab2d_div_2_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 48|id test|
|note|!- Tab2D + Vector -!|
|check|returnValue|-f iso -p expression_tab2d_plus_3 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_48_REF.txt|file1|output-expression_tab2d_plus_3_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 49|id test|
|note|!- Vector + Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_plus_4 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_49_REF.txt|file1|output-expression_tab2d_plus_4_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 50|id test|
|note|!- add(Tab2D,Vector,1) -!|
|check|returnValue|-f iso -p expression_tab2d_plus_5 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_50_REF.txt|file1|output-expression_tab2d_plus_5_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 51|id test|
|note|!- add(Vector,Tab2D,1) -!|
|check|returnValue|-f iso -p expression_tab2d_plus_6 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_51_REF.txt|file1|output-expression_tab2d_plus_6_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 52|id test|
|note|!- add(Tab2D,Vector,2) -!|
|check|returnValue|-f iso -p expression_tab2d_plus_7 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_52_REF.txt|file1|output-expression_tab2d_plus_7_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 53|id test|
|note|!- add(Vector,Tab2D,2) -!|
|check|returnValue|-f iso -p expression_tab2d_plus_8 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_53_REF.txt|file1|output-expression_tab2d_plus_8_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 54|id test|
|note|!- add(Vector,Tab2D,1) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_plus_9 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 55|id test|
|note|!- add(Vector,Tab2D,2) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_plus_10 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 56|id test|
|note|!- Tab2D - Vector -!|
|check|returnValue|-f iso -p expression_tab2d_moins_3 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_56_REF.txt|file1|output-expression_tab2d_moins_3_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 57|id test|
|note|!- Vector - Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_moins_4 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_57_REF.txt|file1|output-expression_tab2d_moins_4_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 58|id test|
|note|!- sub(Tab2D,Vector,1) -!|
|check|returnValue|-f iso -p expression_tab2d_moins_5 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_58_REF.txt|file1|output-expression_tab2d_moins_5_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 59|id test|
|note|!- sub(Vector,Tab2D,1) -!|
|check|returnValue|-f iso -p expression_tab2d_moins_6 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_59_REF.txt|file1|output-expression_tab2d_moins_6_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 60|id test|
|note|!- sub(Tab2D,Vector,2) -!|
|check|returnValue|-f iso -p expression_tab2d_moins_7 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_60_REF.txt|file1|output-expression_tab2d_moins_7_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 61|id test|
|note|!- sub(Vector,Tab2D,2) -!|
|check|returnValue|-f iso -p expression_tab2d_moins_8 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_61_REF.txt|file1|output-expression_tab2d_moins_8_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 62|id test|
|note|!- sub(Vector,Tab2D,1) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_moins_9 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 63|id test|
|note|!- sub(Vector,Tab2D,2) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_moins_10 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 64|id test|
|note|!- Tab2D * Vector -!|
|check|returnValue|-f iso -p expression_tab2d_fois_3 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_64_REF.txt|file1|output-expression_tab2d_fois_3_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 65|id test|
|note|!- Vector * Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_fois_4 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_65_REF.txt|file1|output-expression_tab2d_fois_4_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 66|id test|
|note|!- mult(Tab2D,Vector,1) -!|
|check|returnValue|-f iso -p expression_tab2d_fois_5 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_66_REF.txt|file1|output-expression_tab2d_fois_5_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 67|id test|
|note|!- mult(Vector,Tab2D,1) -!|
|check|returnValue|-f iso -p expression_tab2d_fois_6 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_67_REF.txt|file1|output-expression_tab2d_fois_6_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 68|id test|
|note|!- mult(Tab2D,Vector,2) -!|
|check|returnValue|-f iso -p expression_tab2d_fois_7 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_68_REF.txt|file1|output-expression_tab2d_fois_7_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 69|id test|
|note|!- mult(Vector,Tab2D,2) -!|
|check|returnValue|-f iso -p expression_tab2d_fois_8 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_69_REF.txt|file1|output-expression_tab2d_fois_8_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 70|id test|
|note|!- mult(Vector,Tab2D,1) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_fois_9 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 71|id test|
|note|!- mult(Vector,Tab2D,2) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_fois_10 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 72|id test|
|note|!- Tab2D / Vector -!|
|check|returnValue|-f iso -p expression_tab2d_div_3 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_72_REF.txt|file1|output-expression_tab2d_div_3_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 73|id test|
|note|!- Vector / Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_div_4 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_73_REF.txt|file1|output-expression_tab2d_div_4_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 74|id test|
|note|!- div(Tab2D,Vector,1) -!|
|check|returnValue|-f iso -p expression_tab2d_div_5 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_74_REF.txt|file1|output-expression_tab2d_div_5_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 75|id test|
|note|!- div(Vector,Tab2D,1) -!|
|check|returnValue|-f iso -p expression_tab2d_div_6 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_75_REF.txt|file1|output-expression_tab2d_div_6_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 76|id test|
|note|!- div(Tab2D,Vector,2) -!|
|check|returnValue|-f iso -p expression_tab2d_div_7 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_76_REF.txt|file1|output-expression_tab2d_div_7_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 77|id test|
|note|!- div(Vector,Tab2D,2) -!|
|check|returnValue|-f iso -p expression_tab2d_div_8 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_77_REF.txt|file1|output-expression_tab2d_div_8_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 78|id test|
|note|!- div(Vector,Tab2D,1) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_div_9 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 79|id test|
|note|!- div(Vector,Tab2D,2) - Bad dimension size -!|
|check|returnValue|-f iso -p expression_tab2d_div_10 -s 2008000000000000 -d 0000000090000000|argument|100|

!|script|TestAmdaCommandLine|
|reference|US 67: id 80|id test|
|note|!- Tab2D + Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_plus_11 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_80_REF.txt|file1|output-expression_tab2d_plus_11_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 81|id test|
|note|!- Tab2D - Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_moins_11 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_81_REF.txt|file1|output-expression_tab2d_moins_11_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 82|id test|
|note|!- Tab2D * Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_fois_11 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_82_REF.txt|file1|output-expression_tab2d_fois_11_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 83|id test|
|note|!- Tab2D / Tab2D -!|
|check|returnValue|-f iso -p expression_tab2d_div_11 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_83_REF.txt|file1|output-expression_tab2d_div_11_2008000000000000.txt|file2|0|

!4 Total sur Tab2D

!|script|TestAmdaCommandLine|
|reference|US 67: id 90|id test|
|note|!- total(Tab2D) => somme de toutes les composantes -!|
|check|returnValue|-f iso -p expression_tab2d_total_1 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_90_REF.txt|file1|output-expression_tab2d_total_1_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 91|id test|
|note|!- total(Tab2D,1) => somme sur les lignes -!|
|check|returnValue|-f iso -p expression_tab2d_total_2 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_91_REF.txt|file1|output-expression_tab2d_total_2_2008000000000000.txt|file2|0|

!|script|TestAmdaCommandLine|
|reference|US 67: id 92|id test|
|note|!- total(Tab2D,2) => somme sur les colonnes -!|
|check|returnValue|-f iso -p expression_tab2d_total_3 -s 2008000000000000 -d 0000000090000000|argument|0|
|check|diffOutputFile|download_67_92_REF.txt|file1|output-expression_tab2d_total_3_2008000000000000.txt|file2|0|

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