#!/usr/bin/env perl -w use strict; use Test::More; use Net::Redmine; use Net::Redmine::Connection; use Net::Redmine::TicketHistory; my $page_html; { local $/= undef; $page_html = ; } no warnings 'redefine'; *Net::Redmine::TicketHistory::_build__ticket_page_html = sub { return $page_html; }; use warnings; my $conn = Net::Redmine::Connection->new( url => 'http://example.com', user => 'fake', password => 'false' ); my $history = Net::Redmine::TicketHistory->new(connection => $conn, id => 1, ticket_id => 1216); plan tests => 1; is($history->date ."", "2009-06-07T04:05:00"); __DATA__ test - Bug #1216: t/sd-redmine/basic.t 22 1244180247 - Redmine
Successful update.

Bug #1216

t/sd-redmine/basic.t 22 1244180247

Added by Redmine Admin 1 day ago. Updated less than a minute ago.

Status:New Start:06/05/2009
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:- Spent time: -
Target version:-

Description

t/sd-redmine/basic.t 22 1244180247


Add

Related issues


Add

Watchers

History

Updated by Redmine Admin 7 minutes ago

Comment Edit

Zxczxczxc...

Updated by Redmine Admin less than a minute ago

Comment Edit

How are you.

Also available in: Atom PDF