Skip to content

Commit 8942813

Browse files
author
Luke Closs
committed
update to use the latest codes
1 parent 74c8e1d commit 8942813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/fetch_iedoc_xml.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use File::Copy qw/copy/;
77
use File::Path qw/rmtree/;
88

9-
my $selenium_core_url = 'http://release.openqa.org/selenium-core/0.8.3/selenium-core-0.8.3.zip';
9+
my $selenium_core_url = 'http://release.openqa.org/selenium-core/1.0.1/selenium-core-1.0.1.zip';
1010
my $core_dir = fetch_and_extract($selenium_core_url);
1111
my $core_iedoc = "$core_dir/core/iedoc.xml";
1212
die "Can't find $core_iedoc" unless -e $core_iedoc;

0 commit comments

Comments
 (0)