<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,7 @@ t/attributes.t
 t/commandline.t
 t/constructor.t
 t/mock.t
+t/timeout.t
 xt/clean-namespaces.t
 xt/consistent-version.t
 xt/critic.t</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ use HTTP::Status 5.817 qw(:constants);
 use Test::More 0.82;
 use Test::MockObject;
 
-plan tests =&gt; 67;
+plan tests =&gt; 61;
 
 # Create a mock LWP::UserAgent
 my $fake_ua = Test::MockObject-&gt;new;
@@ -165,19 +165,6 @@ foreach my $test_url (sort keys %test) {
 	check_url($plugin, 'http://example.net/nagios/no_status', $Nagios::Plugin::OverHTTP::STATUS_CRITICAL, qr//ms, 'No status successfully critical');
 }
 
-##############################
-# TIMEOUT TESTS
-isnt($plugin-&gt;has_timeout, 1, 'Has not timeout yet');
-$plugin-&gt;timeout(10);
-is($plugin-&gt;has_timeout, 1, 'Has timeout');
-is($plugin-&gt;timeout, 10, 'Timeout set');
-$plugin-&gt;url('http://example.net/nagios/check_time_15');
-is($plugin-&gt;status, 2, 'Timeout should be CRITICAL');
-$plugin-&gt;url('http://example.net/nagios/check_time_6');
-is($plugin-&gt;status, 0, 'Timeout did not occur');
-$plugin-&gt;clear_timeout;
-isnt($plugin-&gt;has_timeout, 1, 'Timeout cleared');
-
 exit 0;
 
 sub check_url {</diff>
      <filename>t/mock.t</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>984f3a5934677bef6173c6051019cee171b93993</id>
    </parent>
  </parents>
  <author>
    <name>Douglas Christopher Wilson</name>
    <email>dougwilson@live.com</email>
  </author>
  <url>http://github.com/dougwilson/perl5-nagios-plugin-overhttp/commit/1d8ec966e73819ce93da7170c505559b8bfbb636</url>
  <id>1d8ec966e73819ce93da7170c505559b8bfbb636</id>
  <committed-date>2009-10-23T14:32:15-07:00</committed-date>
  <authored-date>2009-10-23T14:32:15-07:00</authored-date>
  <message>Factor out the timeout tests</message>
  <tree>13671ba3a14b8b49ec640547a96b278d7483d153</tree>
  <committer>
    <name>Douglas Christopher Wilson</name>
    <email>dougwilson@live.com</email>
  </committer>
</commit>
