Relational operators for class hour.
[ACL.git] / test / hour_compare.exp
1 09:20:45 == 09:20:45 = 1
2 09:20:45 != 09:20:45 = 0
3 09:20:45 < 09:20:45 = 0
4 09:20:45 <= 09:20:45 = 1
5 09:20:45 > 09:20:45 = 0
6 09:20:45 >= 09:20:45 = 1
7 09:20:45 == 15:10:40 = 0
8 09:20:45 != 15:10:40 = 1
9 09:20:45 < 15:10:40 = 1
10 09:20:45 <= 15:10:40 = 1
11 09:20:45 > 15:10:40 = 0
12 09:20:45 >= 15:10:40 = 0
13 PASS hour_compare (exit status: 0)