Added date class
[ACL.git] / test / date_assign.exp
1 The default contructor makes a zero date: "00-00-0"
2 Contructor with just day = 5: "05-00-0"
3 Contructor with just day = 10 and month = 7: "10-07-0"
4 Contructor with day = 15 month = 9, and year = 2002: "15-09-2002"
5 Contructor with day = 88 month = 55, and year = 1000: "88-55-1000"
6 Copy contructor from day = 15 month = 9, and year = 2002: "15-09-2002"
7 Assigned from day = 15 month = 9, and year = 2002: "15-09-2002"
8 PASS date_assign (exit status: 0)