summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-01 21:32:32 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-01 21:32:32 -0400
commit7e08a30e3480234490e52936b5efb0303f03d82c (patch)
tree0cdbb8d47a4826586225b8df56acbb9dd23a9038 /pts-core/functions/pts-functions_tests.php
parent8400f893094c8f319bd0a6d5d0926f61eb02ce1a (diff)
downloadphoronix-test-suite-upstream-7e08a30e3480234490e52936b5efb0303f03d82c.tar.gz
phoronix-test-suite-upstream-7e08a30e3480234490e52936b5efb0303f03d82c.tar.xz
phoronix-test-suite-upstream-7e08a30e3480234490e52936b5efb0303f03d82c.zip
pts-core: Various small tweaks to pts-core
Diffstat (limited to 'pts-core/functions/pts-functions_tests.php')
-rw-r--r--pts-core/functions/pts-functions_tests.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index ac6c307..c2a8f30 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -318,17 +318,6 @@ function pts_test_installed_profile_version($identifier)
function pts_test_generate_install_xml($identifier)
{
// Generate an install XML for pts-install.xml
- /*$xml_writer = new tandem_XmlWriter();
-
- $xml_writer->addXmlObject(P_INSTALL_TEST_NAME, 1, $identifier);
- $xml_writer->addXmlObject(P_INSTALL_TEST_VERSION, 1, pts_test_profile_version($identifier));
- $xml_writer->addXmlObject(P_INSTALL_TEST_CHECKSUM, 1, pts_test_checksum_installer($identifier));
- $xml_writer->addXmlObject(P_INSTALL_TEST_SYSIDENTIFY, 1, pts_system_identifier_string());
- $xml_writer->addXmlObject(P_INSTALL_TEST_INSTALLTIME, 2, date("Y-m-d H:i:s"));
- $xml_writer->addXmlObject(P_INSTALL_TEST_LASTRUNTIME, 2, "0000-00-00 00:00:00");
- $xml_writer->addXmlObject(P_INSTALL_TEST_TIMESRUN, 2, "0");
-
- file_put_contents(TEST_ENV_DIR . $identifier . "/pts-install.xml", $xml_writer->getXML());*/
return pts_test_refresh_install_xml($identifier, 0, true);
}
function pts_test_refresh_install_xml($identifier, $this_test_duration = 0, $new_install = false)