/[Grep]/t/00-action-AddFeed.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /t/00-action-AddFeed.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Sun Feb 18 15:07:03 2007 UTC (17 years, 2 months ago) by dpavlin
File MIME type: application/x-troff
File size: 224 byte(s)
Bookmarklet is now designed to work on html results page (to capture cookies so that
Grep will later be able to fetch feeds with user credentials creating single sign-on
scenario :-), and it will automatically (using new requirement Feed::Find) find feed
on that page.

For that to work, new action AddFeed was added.
1 #!/usr/bin/env perl
2 use warnings;
3 use strict;
4
5 =head1 DESCRIPTION
6
7 A (very) basic test harness for the AddFeed action.
8
9 =cut
10
11 use Jifty::Test tests => 1;
12
13 # Make sure we can load the action
14 use_ok('Grep::Action::AddFeed');
15

  ViewVC Help
Powered by ViewVC 1.1.26