[Rt-commit] rt branch, 3.9-merge-rtfm, updated. rt-3.9.6-1074-g827cc0e
Shawn Moore
sartak at bestpractical.com
Thu Dec 2 21:46:37 EST 2010
The branch, 3.9-merge-rtfm has been updated
via 827cc0e69fadc35dc29683fc2d10f3d21edd8c92 (commit)
from a7cf3ea44ae1d07652fd2b3c879adb1e1590ded8 (commit)
Summary of changes:
t/articles/article.t | 2 +-
t/articles/articles.t | 2 +-
t/articles/basic-api.t | 2 +-
t/articles/cfsearch.t | 2 +-
t/articles/class.t | 2 +-
t/articles/interface.t | 2 +-
t/articles/queue-specific-class.t | 2 +-
t/articles/search-interface.t | 2 +-
t/articles/upload-customfields.t | 2 +-
t/articles/uri-a.t | 2 +-
t/articles/uri-rtfm.t | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 827cc0e69fadc35dc29683fc2d10f3d21edd8c92
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 2 21:46:03 2010 -0500
At some point we shed 3 tests from each file
diff --git a/t/articles/article.t b/t/articles/article.t
index 41b2629..1b57fc4 100644
--- a/t/articles/article.t
+++ b/t/articles/article.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 70;
+use RT::Test tests => 67;
use_ok 'RT::Articles';
use_ok 'RT::Classes';
diff --git a/t/articles/articles.t b/t/articles/articles.t
index 7bae29b..1f2f947 100644
--- a/t/articles/articles.t
+++ b/t/articles/articles.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 32;
+use RT::Test tests => 29;
use_ok 'RT::Articles';
use_ok 'RT::Classes';
diff --git a/t/articles/basic-api.t b/t/articles/basic-api.t
index 4342d0d..acbdcd8 100644
--- a/t/articles/basic-api.t
+++ b/t/articles/basic-api.t
@@ -3,7 +3,7 @@
use warnings;
use strict;
-use RT::Test tests => 40;
+use RT::Test tests => 37;
use_ok('RT::Class');
diff --git a/t/articles/cfsearch.t b/t/articles/cfsearch.t
index 917bd9a..2aa7e58 100644
--- a/t/articles/cfsearch.t
+++ b/t/articles/cfsearch.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 14;
+use RT::Test tests => 11;
my $suffix = '-'. $$;
diff --git a/t/articles/class.t b/t/articles/class.t
index 26d9b23..564efc9 100644
--- a/t/articles/class.t
+++ b/t/articles/class.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 16;
+use RT::Test tests => 13;
use_ok 'RT::Articles';
use_ok 'RT::Classes';
diff --git a/t/articles/interface.t b/t/articles/interface.t
index 0ea3ce1..5eb7483 100644
--- a/t/articles/interface.t
+++ b/t/articles/interface.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 55;
+use RT::Test tests => 52;
use RT::CustomField;
use RT::EmailParser;
diff --git a/t/articles/queue-specific-class.t b/t/articles/queue-specific-class.t
index c22132d..c16ef63 100644
--- a/t/articles/queue-specific-class.t
+++ b/t/articles/queue-specific-class.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 57;
+use RT::Test tests => 54;
my ( $url, $m ) = RT::Test->started_ok;
$m->login;
diff --git a/t/articles/search-interface.t b/t/articles/search-interface.t
index c934849..65557fa 100644
--- a/t/articles/search-interface.t
+++ b/t/articles/search-interface.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 24;
+use RT::Test tests => 21;
use RT::CustomField;
use RT::Queue;
diff --git a/t/articles/upload-customfields.t b/t/articles/upload-customfields.t
index de01b6c..622c321 100644
--- a/t/articles/upload-customfields.t
+++ b/t/articles/upload-customfields.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 21;
+use RT::Test tests => 18;
$RT::Test::SKIP_REQUEST_WORK_AROUND = 1;
use RT;
diff --git a/t/articles/uri-a.t b/t/articles/uri-a.t
index d608a04..099be1b 100644
--- a/t/articles/uri-a.t
+++ b/t/articles/uri-a.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 10;
+use RT::Test tests => 7;
use_ok("RT::URI::a");
my $uri = RT::URI::a->new($RT::SystemUser);
diff --git a/t/articles/uri-rtfm.t b/t/articles/uri-rtfm.t
index 73a6b47..a6bcb67 100644
--- a/t/articles/uri-rtfm.t
+++ b/t/articles/uri-rtfm.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 12;
+use RT::Test tests => 9;
use_ok "RT::URI::fsck_com_article";
my $uri = RT::URI::fsck_com_article->new( $RT::SystemUser );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list