Module: tools Branch: master Commit: be8034671e4a9849a8a32f49221dd50c421c6900 URL: http://source.winehq.org/git/tools.git/?a=commit;h=be8034671e4a9849a8a32f492...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Feb 11 15:20:24 2016 +0100
winetest: Added hello.php, a copy of hello.html that avoids caching.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
winetest/tests/hello.php | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/winetest/tests/hello.php b/winetest/tests/hello.php new file mode 100644 index 0000000..bed858b --- /dev/null +++ b/winetest/tests/hello.php @@ -0,0 +1,4 @@ +<html><body> +<h1>Hello world!</h1> +This is a test page for the Wine regression test suite. +</body></html>