content.txt
1.47 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
!1 User Story 49: Time Validation
http://yahscrum.akka.eu:8080/icescrum/p/AMDAKERNEL-49
!2 Description des tests
!3 ID 40: !-StartTime > GlobalStopTime-!
input: imf (paramID)
Temps debut : “2009000000000000\0”
Intervalle : “0000000010000000\0”
output: OUTOFTIME (Error in Time setting = -10)
!4 Tests :
!|script|TestAmdaCommandLine|
|reference|US 49: id 40|id test|
|check|returnValue|-p imf -s 2009000000000000 -d 0000000010000000|argument|-10|
!3 ID 41: !-StartTime + TimeInterval < GlobalStartTime-!
input: imf (paramID)
Temps debut : “2007300000000000\0”
Intervalle : “0000000010000000\0”
output: generer erreur -10: !-‘OUTOFTIME’ (RealTime retourne par DD_SetTimeInfo est superior de StartTime+TimeInterval)-!
!4 Tests :
!|script|TestAmdaCommandLine|
|reference|US 49: id 41|id test|
|check|returnValue|-p imf -s 2007300000000000 -d 0000000010000000|argument|-10|
!3 ID 42: !-TimeInterval coincides with data gap-!
input: imf (paramID)
Temps debut : “2008031100000000\0”
Intervalle : “0000000010000000\0”
output: generer erreur -36 : !-‘NODATAATTIME’ (RealTime retourne par DD_SetTimeInfo est superior de StartTime+TimeInterval)-!
!4 Tests :
!|script|TestAmdaCommandLine|
|reference|US 49: id 42|id test|
|check|returnValue|-p imf -s 2008031100000000 -d 0000000010000000|argument|-36|
!2 Suivi des modifications
18/10/2013: Changement de la date de départ pour id 42 (passage de 2008001100000000 à 2008031100000000).
-----
!contents -R2 -g -p -f -h