version 1.6, 2010/01/10 04:28:49 |
version 1.7, 2010/01/10 19:29:17 |
|
|
# AUTHOR: Andrew Fresh (AAF), andrew@cpan.org |
# AUTHOR: Andrew Fresh (AAF), andrew@cpan.org |
# COMPANY: Red River Communications |
# COMPANY: Red River Communications |
# CREATED: 01/07/10 19:11 |
# CREATED: 01/07/10 19:11 |
# REVISION: $RedRiver: list.t,v 1.5 2010/01/09 07:02:35 andrew Exp $ |
# REVISION: $RedRiver: list.t,v 1.6 2010/01/10 04:28:49 andrew Exp $ |
#=============================================================================== |
#=============================================================================== |
|
|
use strict; |
use strict; |
|
|
is( $done[-2]->text, $entry_to_archive->text, |
is( $done[-2]->text, $entry_to_archive->text, |
'make sure it moved to the archive' ); |
'make sure it moved to the archive' ); |
|
|
done_testing(); |
#done_testing(); |