summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-27 10:44:26 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:50:41 -0400
commit01a3114fc375531b43d1b4a73585a8a5b6e9c4a3 (patch)
tree8b6c90d8e78d0d28a1c092c2629f8cc9a588d37e /pts-core/functions/pts-functions-merge.php
parentacb64c75b9ea61f2adb7717f8dcafa9e0a963f1c (diff)
downloadphoronix-test-suite-upstream-01a3114fc375531b43d1b4a73585a8a5b6e9c4a3.tar.gz
phoronix-test-suite-upstream-01a3114fc375531b43d1b4a73585a8a5b6e9c4a3.tar.xz
phoronix-test-suite-upstream-01a3114fc375531b43d1b4a73585a8a5b6e9c4a3.zip
- pts-core: Drop maintainer field from PTS Results Viewer
(P_RESULTS_SUITE_MAINTAINER / PhoronixTestSuite/Suite/Maintainer)
Diffstat (limited to 'pts-core/functions/pts-functions-merge.php')
-rw-r--r--pts-core/functions/pts-functions-merge.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index 5c2a21a..db75fd7 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -56,7 +56,6 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
$new_suite_extensions = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_EXTENSIONS);
$new_suite_properties = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_PROPERTIES);
$new_suite_type = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_TYPE);
- $new_suite_maintainer = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_MAINTAINER);
$new_results_name = $new_xml_reader->getXMLArrayValues(P_RESULTS_TEST_TITLE);
$new_results_version = $new_xml_reader->getXMLArrayValues(P_RESULTS_TEST_VERSION);
@@ -136,7 +135,6 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
$RESULTS->addXmlObject(P_RESULTS_SUITE_VERSION, 0, $new_suite_version);
$RESULTS->addXmlObject(P_RESULTS_SUITE_DESCRIPTION, 0, $new_suite_description);
$RESULTS->addXmlObject(P_RESULTS_SUITE_TYPE, 0, $new_suite_type);
- $RESULTS->addXmlObject(P_RESULTS_SUITE_MAINTAINER, 0, $new_suite_maintainer);
$RESULTS->addXmlObject(P_RESULTS_SUITE_EXTENSIONS, 0, $new_suite_extensions);
$RESULTS->addXmlObject(P_RESULTS_SUITE_PROPERTIES, 0, $new_suite_properties);
@@ -290,7 +288,6 @@ function pts_merge_batch_tests_to_line_comparison($RESULT)
$suite_extensions = $xml_reader->getXMLValue(P_RESULTS_SUITE_EXTENSIONS);
$suite_properties = $xml_reader->getXMLValue(P_RESULTS_SUITE_PROPERTIES);
$suite_type = $xml_reader->getXMLValue(P_RESULTS_SUITE_TYPE);
- $suite_maintainer = $xml_reader->getXMLValue(P_RESULTS_SUITE_MAINTAINER);
$results_name = $xml_reader->getXMLArrayValues(P_RESULTS_TEST_TITLE);
$results_version = $xml_reader->getXMLArrayValues(P_RESULTS_TEST_VERSION);
@@ -331,7 +328,6 @@ function pts_merge_batch_tests_to_line_comparison($RESULT)
$RESULTS->addXmlObject(P_RESULTS_SUITE_VERSION, 0, $suite_version);
$RESULTS->addXmlObject(P_RESULTS_SUITE_DESCRIPTION, 0, $suite_description);
$RESULTS->addXmlObject(P_RESULTS_SUITE_TYPE, 0, $suite_type);
- $RESULTS->addXmlObject(P_RESULTS_SUITE_MAINTAINER, 0, $suite_maintainer);
$RESULTS->addXmlObject(P_RESULTS_SUITE_EXTENSIONS, 0, $suite_extensions);
$RESULTS->addXmlObject(P_RESULTS_SUITE_PROPERTIES, 0, implode(";", $suite_properties));