summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-29 15:20:01 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:17 -0400
commitec4649caf1cd38aff1335134f1f19af940522c7a (patch)
tree389640a8bf1a7a1f9831548d8b9a6df72c7c639a /pts-core/functions/pts-functions-merge.php
parentb4df91f84fc6b2fc4d3e8b287e2faa4ae7113971 (diff)
downloadphoronix-test-suite-upstream-ec4649caf1cd38aff1335134f1f19af940522c7a.tar.gz
phoronix-test-suite-upstream-ec4649caf1cd38aff1335134f1f19af940522c7a.tar.xz
phoronix-test-suite-upstream-ec4649caf1cd38aff1335134f1f19af940522c7a.zip
Tons of updates to PTS module framework... Add Extensions tag to saved
results... updates to graphics_override... other work too
Diffstat (limited to 'pts-core/functions/pts-functions-merge.php')
-rw-r--r--pts-core/functions/pts-functions-merge.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index 4aebfbb..01aa713 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -53,6 +53,7 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
$new_suite_version = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_VERSION);
$new_suite_title = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_TITLE);
$new_suite_description = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_DESCRIPTION);
+ $new_suite_extensions = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_EXTENSIONS);
$new_suite_type = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_TYPE);
$new_suite_maintainer = $new_xml_reader->getXMLValue(P_RESULTS_SUITE_MAINTAINER);
@@ -135,6 +136,7 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
$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);
// Same hardware and software?