[TOOLS, PATCH 1/2] tools: Added www.winehq.org snapshot for winetest purposes.

Jacek Caban jacek at codeweavers.com
Tue Aug 13 07:26:34 CDT 2013


We use www.winehq.org in MSHTML tests and it serves nicely there: it
contains some content, scripts and CSS and is a real web page. However,
its changes are not correlated with wine changes. That results in
occasional test failures even if Wine sources are not changed. This is
currently the case. Tests started failing constantly on Wine and
occasionally on Windows. I didn't debug it this time (although I'm
almost sure it's due to some Google Analytics changes, which are not
controlled by us). Instead, I propose to have a static snapshot of the
page at test.winehq.org and use that in tests. This is similar to other
HTTP changes. I will prepare Wine side of the change once this will be
deployed.

---
 winetest/tests/winehq_snapshot/index.html          | 322
++++++++++++++++++++
 winetest/tests/winehq_snapshot/index_files/brand   | 109 +++++++
 .../winehq_snapshot/index_files/cw_logo_sm.png     | Bin 0 -> 4383 bytes
 winetest/tests/winehq_snapshot/index_files/ga.js   |  64 ++++
 .../winehq_snapshot/index_files/images/bg.jpg      | Bin 0 -> 86167 bytes
 .../index_files/images/home_icons.png              | Bin 0 -> 21418 bytes
 .../winehq_snapshot/index_files/images/tab_h.png   | Bin 0 -> 584 bytes
 .../winehq_snapshot/index_files/images/tab_s.png   | Bin 0 -> 614 bytes
 .../winehq_snapshot/index_files/images/tab_u.png   | Bin 0 -> 616 bytes
 .../tests/winehq_snapshot/index_files/jquery.js    |  32 ++
 .../tests/winehq_snapshot/index_files/styles.css   | 326
+++++++++++++++++++++
 .../tests/winehq_snapshot/index_files/utils.js     |  21 ++
 .../index_files/winehq_logo_glass.png              | Bin 0 -> 36271 bytes
 .../index_files/winehq_logo_text.png               | Bin 0 -> 6870 bytes
 14 files changed, 874 insertions(+)
 create mode 100644 winetest/tests/winehq_snapshot/index.html
 create mode 100644 winetest/tests/winehq_snapshot/index_files/brand
 create mode 100644
winetest/tests/winehq_snapshot/index_files/cw_logo_sm.png
 create mode 100644 winetest/tests/winehq_snapshot/index_files/ga.js
 create mode 100644 winetest/tests/winehq_snapshot/index_files/images/bg.jpg
 create mode 100644
winetest/tests/winehq_snapshot/index_files/images/home_icons.png
 create mode 100644
winetest/tests/winehq_snapshot/index_files/images/tab_h.png
 create mode 100644
winetest/tests/winehq_snapshot/index_files/images/tab_s.png
 create mode 100644
winetest/tests/winehq_snapshot/index_files/images/tab_u.png
 create mode 100644 winetest/tests/winehq_snapshot/index_files/jquery.js
 create mode 100644 winetest/tests/winehq_snapshot/index_files/styles.css
 create mode 100644 winetest/tests/winehq_snapshot/index_files/utils.js
 create mode 100644
winetest/tests/winehq_snapshot/index_files/winehq_logo_glass.png
 create mode 100644
winetest/tests/winehq_snapshot/index_files/winehq_logo_text.png


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-tools-Added-www.winehq.org-snapshot-for-winetest-pur.patch
Type: text/x-patch
Size: 323621 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130813/eba43428/attachment-0001.bin>


More information about the wine-patches mailing list