Commit 318a682abc2d80a75d368e5ab32e277dbc642871

Authored by Benjamin Renard
1 parent b76d3cfc

Fix tests when a request is outside of Global Start or Global Stop for a local parameter (cf. #6094)

test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory68/content.txt
... ... @@ -34,13 +34,15 @@ Test des cas d'erreur pour le ParamGet dans des fichiers locaux + Autres tests n
34 34 |reference|US 68: id 00|id test|
35 35 |note|!- StartTime supérieur à globalStop
36 36 -!|
37   -|check|returnValue|-p local_cdf_bgse -s 2008010000000000 -d 0000005000000000 -f iso|argument|22|
  37 +|check|returnValue|-p local_cdf_bgse -s 2008010000000000 -d 0000005000000000 -f iso|argument|0|
  38 +|check|execute|diff|command|output-local_cdf_bgse_2008010000000000.txt ${path}/test_us68_00.txt|args|0|
38 39  
39 40 !|script|TestAmdaCommandLine|
40 41 |reference|US 68: id 01|id test|
41 42 |note|!- StopTime inférieur à globalStart
42 43 -!|
43   -|check|returnValue|-p local_cdf_bgse -s 2007360000000000 -d 0000001000000000 -f iso|argument|22|
  44 +|check|returnValue|-p local_cdf_bgse -s 2007360000000000 -d 0000001000000000 -f iso|argument|0|
  45 +|check|execute|diff|command|output-local_cdf_bgse_2007360000000000.txt ${path}/test_us68_01.txt|args|0|
44 46  
45 47 !|script|TestAmdaCommandLine|
46 48 |reference|US 68: id 02|id test|
... ...
test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory68/test_us68_00.txt 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +2008-01-11T00:00:00.000 nan nan nan
  2 +2008-01-16T00:00:00.000 nan nan nan
... ...
test/FitNesseRoot/ReleaseS/ThirdPart/ReLease3/SprinT2/UserStory68/test_us68_01.txt 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +2007-12-27T00:00:00.000 nan nan nan
  2 +2007-12-28T00:00:00.000 nan nan nan
... ...