r44789 - in /branches/upstream/libtest-www-selenium-perl/current: Changes MANIFEST META.yml 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:49:07 UTC 2009


Author: jawnsy-guest
Date: Fri Sep 25 12:49:01 2009
New Revision: 44789

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44789
Log:
[svn-upgrade] Integrating new upstream version, libtest-www-selenium-perl (1.19)

Removed:
    branches/upstream/libtest-www-selenium-perl/current/t/test_ajax_jsf.t
Modified:
    branches/upstream/libtest-www-selenium-perl/current/Changes
    branches/upstream/libtest-www-selenium-perl/current/MANIFEST
    branches/upstream/libtest-www-selenium-perl/current/META.yml
    branches/upstream/libtest-www-selenium-perl/current/lib/Test/WWW/Selenium.pm
    branches/upstream/libtest-www-selenium-perl/current/t/test-selenium.t

Modified: branches/upstream/libtest-www-selenium-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-selenium-perl/current/Changes?rev=44789&op=diff
==============================================================================
--- branches/upstream/libtest-www-selenium-perl/current/Changes (original)
+++ branches/upstream/libtest-www-selenium-perl/current/Changes Fri Sep 25 12:49:01 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: branches/upstream/libtest-www-selenium-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-selenium-perl/current/MANIFEST?rev=44789&op=diff
==============================================================================
--- branches/upstream/libtest-www-selenium-perl/current/MANIFEST (original)
+++ branches/upstream/libtest-www-selenium-perl/current/MANIFEST Fri Sep 25 12:49:01 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: branches/upstream/libtest-www-selenium-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-selenium-perl/current/META.yml?rev=44789&op=diff
==============================================================================
--- branches/upstream/libtest-www-selenium-perl/current/META.yml (original)
+++ branches/upstream/libtest-www-selenium-perl/current/META.yml Fri Sep 25 12:49:01 2009
@@ -26,4 +26,4 @@
   URI::Escape: 1.31
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.18
+version: 1.19

Modified: branches/upstream/libtest-www-selenium-perl/current/lib/Test/WWW/Selenium.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-selenium-perl/current/lib/Test/WWW/Selenium.pm?rev=44789&op=diff
==============================================================================
--- branches/upstream/libtest-www-selenium-perl/current/lib/Test/WWW/Selenium.pm (original)
+++ branches/upstream/libtest-www-selenium-perl/current/lib/Test/WWW/Selenium.pm Fri Sep 25 12:49:01 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: branches/upstream/libtest-www-selenium-perl/current/t/test-selenium.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-www-selenium-perl/current/t/test-selenium.t?rev=44789&op=diff
==============================================================================
--- branches/upstream/libtest-www-selenium-perl/current/t/test-selenium.t (original)
+++ branches/upstream/libtest-www-selenium-perl/current/t/test-selenium.t Fri Sep 25 12:49:01 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