18fd34e5f09ad2f686fc60e7e9225f45b3dcace4
[ACL.git] / test / hour_assign.exp
1 The default contructor makes a zero hour: "00:00:00"
2 Contructor with hour = 15 minure = 20, and second = 45: "15:20:45"
3 Contructor with hour = 88 minute = 55, and second = 1000: "88:55:1000"
4 Copy contructor from 15:20:45: "15:20:45"
5 Assigned from 15:20:45: "15:20:45"
6 PASS hour_assign (exit status: 0)