r44791 - in /trunk/libtest-www-selenium-perl: Changes MANIFEST META.yml debian/changelog lib/Test/WWW/Selenium.pm t/test-selenium.t t/test_ajax_jsf.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Sep 25 12:51:19 UTC 2009


Author: jawnsy-guest
Date: Fri Sep 25 12:51:11 2009
New Revision: 44791

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44791
Log:
Update to new upstream version; note that the warnings during build are OK.

Removed:
    trunk/libtest-www-selenium-perl/t/test_ajax_jsf.t
Modified:
    trunk/libtest-www-selenium-perl/Changes
    trunk/libtest-www-selenium-perl/MANIFEST
    trunk/libtest-www-selenium-perl/META.yml
    trunk/libtest-www-selenium-perl/debian/changelog
    trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm
    trunk/libtest-www-selenium-perl/t/test-selenium.t

Modified: trunk/libtest-www-selenium-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/Changes?rev=44791&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/Changes (original)
+++ trunk/libtest-www-selenium-perl/Changes Fri Sep 25 12:51:11 2009
@@ -1,4 +1,8 @@
 Revision history for Perl extension Test::WWW::Selenium.
+
+1.19 - Thu Sep 24 19:27:51 PDT 2009
+  - Fixed test to not spew deprecation errors
+  - removed t/test_ajax_jsf.t because the site it used went away
 
 1.18 - Mon Aug 31 23:20:21 PDT 2009
   - Update list of commands that do not require a locator (barbie++)

Modified: trunk/libtest-www-selenium-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/MANIFEST?rev=44791&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/MANIFEST (original)
+++ trunk/libtest-www-selenium-perl/MANIFEST Fri Sep 25 12:51:11 2009
@@ -29,7 +29,6 @@
 t/selenium-dwim.t
 t/selenium-rc.t
 t/test-selenium.t
-t/test_ajax_jsf.t
 t/test_default_server.t
 t/test_google.t
 t/test_i18n.t

Modified: trunk/libtest-www-selenium-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/META.yml?rev=44791&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/META.yml (original)
+++ trunk/libtest-www-selenium-perl/META.yml Fri Sep 25 12:51:11 2009
@@ -26,4 +26,4 @@
   URI::Escape: 1.31
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.18
+version: 1.19

Modified: trunk/libtest-www-selenium-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/debian/changelog?rev=44791&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/debian/changelog (original)
+++ trunk/libtest-www-selenium-perl/debian/changelog Fri Sep 25 12:51:11 2009
@@ -1,8 +1,4 @@
-libtest-www-selenium-perl (1.18-1) UNRELEASED; urgency=low
-
-  WAITS for upstream to let us know about some warnings during
-  testing. Otherwise it's OK for upload :D
-  See bug: https://rt.cpan.org/Ticket/Display.html?id=49345
+libtest-www-selenium-perl (1.19-1) UNRELEASED; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
@@ -20,7 +16,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 01 Sep 2009 05:55:06 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 25 Sep 2009 04:58:11 -0400
 
 libtest-www-selenium-perl (1.17-1) unstable; urgency=low
 

Modified: trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm?rev=44791&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm (original)
+++ trunk/libtest-www-selenium-perl/lib/Test/WWW/Selenium.pm Fri Sep 25 12:51:11 2009
@@ -4,7 +4,7 @@
 use base qw(WWW::Selenium);
 use Carp qw(croak);
 
-our $VERSION = '1.18';
+our $VERSION = '1.19';
 
 =head1 NAME
 

Modified: trunk/libtest-www-selenium-perl/t/test-selenium.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-www-selenium-perl/t/test-selenium.t?rev=44791&op=diff
==============================================================================
--- trunk/libtest-www-selenium-perl/t/test-selenium.t (original)
+++ trunk/libtest-www-selenium-perl/t/test-selenium.t Fri Sep 25 12:51:11 2009
@@ -126,7 +126,7 @@
 
 no_locatior: { 
     $Mock_resp->mock('content' => sub { 'OK,SESSION_ID' });
-    for my $getter (qw(alert prompt absolute_location title)) {
+    for my $getter (qw(alert prompt location title)) {
         $Mock_resp->mock('content' => sub { 'OK,SESSION_ID' });
         my $sel = Test::WWW::Selenium->new(browser_url => 'http://foo.com');
         $sel->open;




More information about the Pkg-perl-cvs-commits mailing list