Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Sun 9/5/10 11:56
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 528e659..9cb8b0e 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -3,6 +3,7 @@ PHORONIX TEST SUITE CHANGE-LOG
Phoronix Test Suite (Git)
- phoromatic: Add phoromatic.clone-results option for cloning test results from a Phoromatic repository, when the clone option is enabled from the server side
+- pts: Drop MD5 hashes in the wine-* humus tests
Phoronix Test Suite 2.4.0
February 2, 2010
diff --git a/pts-core/modules/phoromatic.php b/pts-core/modules/phoromatic.php
index 1039975..30fca60 100644
--- a/pts-core/modules/phoromatic.php
+++ b/pts-core/modules/phoromatic.php
@@ -147,7 +147,7 @@ class phoromatic extends pts_module_interface
{
case M_PHOROMATIC_RESPONSE_TRUE:
$identifier = "phoromatic-clone-" . str_replace(array('_', ':'), null, $to_clone[0]);
- pts_save_result($identifier . "/composite.xml", $server_response);
+ pts_save_result($identifier . "/composite.xml", $server_response); // TODO: regenerate the XML so that the Phoromatic response bits are not included
echo "\nResult Saved To: " . SAVE_RESULTS_DIR . $identifier . "/composite.xml\n\n";
pts_set_assignment_next("PREV_SAVE_RESULTS_IDENTIFIER", $identifier);
pts_display_web_browser(SAVE_RESULTS_DIR . $identifier . "/index.html");
diff --git a/pts/test-resources/wine-cloth/downloads.xml b/pts/test-resources/wine-cloth/downloads.xml
index c1239e6..b93c6fa 100644
--- a/pts/test-resources/wine-cloth/downloads.xml
+++ b/pts/test-resources/wine-cloth/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/Cloth.zip</URL>
- <MD5>eeeade1505d1e351d9ecd4754e4c6297</MD5>
<FileSize>486290</FileSize>
</Package>
</Downloads>
diff --git a/pts/test-resources/wine-domino/downloads.xml b/pts/test-resources/wine-domino/downloads.xml
index 8d614e0..43a3813 100644
--- a/pts/test-resources/wine-domino/downloads.xml
+++ b/pts/test-resources/wine-domino/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/Domino.zip</URL>
- <MD5>8e2fd982d9a39528e7ba547cb48013c7</MD5>
<FileSize>199335</FileSize>
</Package>
</Downloads>
diff --git a/pts/test-resources/wine-fire2/downloads.xml b/pts/test-resources/wine-fire2/downloads.xml
index 17832d4..0c568f6 100644
--- a/pts/test-resources/wine-fire2/downloads.xml
+++ b/pts/test-resources/wine-fire2/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/Fire2.zip</URL>
- <MD5>9d3d24f2c080b5968983e247e62f0e9e</MD5>
<FileSize>638087</FileSize>
</Package>
</Downloads>
diff --git a/pts/test-resources/wine-hdr/downloads.xml b/pts/test-resources/wine-hdr/downloads.xml
index 2ae8e48..b3c726c 100644
--- a/pts/test-resources/wine-hdr/downloads.xml
+++ b/pts/test-resources/wine-hdr/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/HDR.zip</URL>
- <MD5>f41c5a98eb132e4c005172ab2a97740b</MD5>
<FileSize>3040337</FileSize>
</Package>
</Downloads>
diff --git a/pts/test-resources/wine-metaballs/downloads.xml b/pts/test-resources/wine-metaballs/downloads.xml
index 38a1a47..b42b93d 100644
--- a/pts/test-resources/wine-metaballs/downloads.xml
+++ b/pts/test-resources/wine-metaballs/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/MetaBalls.zip</URL>
- <MD5>06df8ec75890920b536e8796be2a2d76</MD5>
<FileSize>828197</FileSize>
</Package>
</Downloads>
diff --git a/pts/test-resources/wine-vf2/downloads.xml b/pts/test-resources/wine-vf2/downloads.xml
index 165e242..591711d 100644
--- a/pts/test-resources/wine-vf2/downloads.xml
+++ b/pts/test-resources/wine-vf2/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/VolumetricFogging2.zip</URL>
- <MD5>287a45ca24aa09476ca8de7ff0d708f3</MD5>
<FileSize>878941</FileSize>
</Package>
</Downloads>
diff --git a/pts/test-resources/wine-water/downloads.xml b/pts/test-resources/wine-water/downloads.xml
index 65e71c7..4d6675e 100644
--- a/pts/test-resources/wine-water/downloads.xml
+++ b/pts/test-resources/wine-water/downloads.xml
@@ -2,7 +2,6 @@
<Downloads>
<Package>
<URL>http://humus.name/3D/Water.zip</URL>
- <MD5>e17bd65ef95c4eade4006a54d6c243f3</MD5>
<FileSize>714713</FileSize>
</Package>
</Downloads>
<
Copyright © 2010 by Phoronix Media