summaryrefslogtreecommitdiff
path: root/t/GnuPG/ComparableKey.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/GnuPG/ComparableKey.pm')
-rw-r--r--t/GnuPG/ComparableKey.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/GnuPG/ComparableKey.pm b/t/GnuPG/ComparableKey.pm
index 89fc321..db28d1a 100644
--- a/t/GnuPG/ComparableKey.pm
+++ b/t/GnuPG/ComparableKey.pm
@@ -24,11 +24,11 @@ sub compare
{
my ( $self, $other, $deep ) = @_;
- # expiration_date_string was taken out of the following
- # list because there is a bug in the listing of
+ # expiration_date_string and expiration_date was taken out of the
+ # following list because there is a bug in the listing of
# expiration dates in 1.0.5
my @comparison_fields
- = qw( length algo_num hex_id
+ = qw( length algo_num hex_id creation_date
creation_date_string usage_flags
);