[Rt-commit] r10616 - rt/branches/3.999-DANGEROUS/t/ticket
ruz at bestpractical.com
ruz at bestpractical.com
Wed Jan 30 19:59:15 EST 2008
Author: ruz
Date: Wed Jan 30 19:59:15 2008
New Revision: 10616
Modified:
rt/branches/3.999-DANGEROUS/t/ticket/search_by_txn.t
Log:
* fix t/ticket/search_by_txn.t
Modified: rt/branches/3.999-DANGEROUS/t/ticket/search_by_txn.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/ticket/search_by_txn.t (original)
+++ rt/branches/3.999-DANGEROUS/t/ticket/search_by_txn.t Wed Jan 30 19:59:15 2008
@@ -26,7 +26,7 @@
isa_ok($txnobj, 'RT::Model::Transaction');
ok($txnobj->created_obj->iso);
-my ( $sid,$smsg) = $txnobj->__set(column => 'Created', value => '2005-08-05 20:00:56');
+my ( $sid,$smsg) = $txnobj->__set(column => 'created', value => '2005-08-05 20:00:56');
ok($sid,$smsg);
is($txnobj->created,'2005-08-05 20:00:56');
is($txnobj->created_obj->iso,'2005-08-05 20:00:56');
More information about the Rt-commit
mailing list