Skip to content

Commit

Permalink
Fix #14 IE Driver hashes are incorrect in default RepositoryMap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Apr 24, 2014
1 parent 9836aea commit 00acfb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ ___Below is an example RepositoryMap.xml that I will endeavour to keep up to dat
<version id="2.41.0">
<bitrate sixtyfourbit="true">
<filelocation>http://selenium-release.storage.googleapis.com/2.41/IEDriverServer_x64_2.41.0.zip</filelocation>
<hash>c676276cc4b5bca71b3872dabdd3af7f</hash>
<hash>4acb8e7be4a8015c31c00d02e6f05a51</hash>
<hashtype>md5</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>http://selenium-release.storage.googleapis.com/2.41/IEDriverServer_Win32_2.41.0.zip</filelocation>
<hash>4acb8e7be4a8015c31c00d02e6f05a51</hash>
<hash>c676276cc4b5bca71b3872dabdd3af7f</hash>
<hashtype>md5</hashtype>
</bitrate>
</version>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/RepositoryMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<version id="2.41.0">
<bitrate sixtyfourbit="true">
<filelocation>http://selenium-release.storage.googleapis.com/2.41/IEDriverServer_x64_2.41.0.zip</filelocation>
<hash>c676276cc4b5bca71b3872dabdd3af7f</hash>
<hash>4acb8e7be4a8015c31c00d02e6f05a51</hash>
<hashtype>md5</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>http://selenium-release.storage.googleapis.com/2.41/IEDriverServer_Win32_2.41.0.zip</filelocation>
<hash>4acb8e7be4a8015c31c00d02e6f05a51</hash>
<hash>c676276cc4b5bca71b3872dabdd3af7f</hash>
<hashtype>md5</hashtype>
</bitrate>
</version>
Expand Down

0 comments on commit 00acfb0

Please sign in to comment.