[Rt-commit] r2623 - rt/branches/3.4-RELEASE/lib/RT
tla at bestpractical.com
tla at bestpractical.com
Wed Apr 13 13:32:41 EDT 2005
Author: tla
Date: Wed Apr 13 13:32:41 2005
New Revision: 2623
Modified:
rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
Log:
Skeletal inline tests, to make autogen happy.
Modified: rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/SavedSearch.pm Wed Apr 13 13:32:41 2005
@@ -59,9 +59,15 @@
=head1 METHODS
-=cut
+=begin testing
+
+use_ok(RT::SavedSearch);
+
+# Real tests are in lib/t/20savedsearch.t
-#### TESTS are in lib/t/20savedsearch.t
+=end testing
+
+=cut
package RT::SavedSearch;
Modified: rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/SavedSearches.pm Wed Apr 13 13:32:41 2005
@@ -59,9 +59,15 @@
=head1 METHODS
-=cut
+=begin testing
+
+use_ok(RT::SavedSearches);
+
+# The real tests are in lib/t/20savedsearch.t
-#### TESTS are in lib/t/20savedsearch.t
+=end testing
+
+=cut
package RT::SavedSearches;
More information about the Rt-commit
mailing list