Preparing for debian package
[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 5000 seconds = 01:23:20
7 PASS hour_assign (exit status: 0)