summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-27 10:48:48 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-27 10:48:48 -0500
commitd3648b6193989a36c71102c616f63aef34f9b807 (patch)
tree3dad0f4a2647f7862bc25f44fc7e3a21760aa1bf /pts-core/functions/pts-functions_tests.php
parentdf625db68e5cae752f431549ffccee6de276d341 (diff)
downloadphoronix-test-suite-upstream-d3648b6193989a36c71102c616f63aef34f9b807.tar.gz
phoronix-test-suite-upstream-d3648b6193989a36c71102c616f63aef34f9b807.tar.xz
phoronix-test-suite-upstream-d3648b6193989a36c71102c616f63aef34f9b807.zip
pts_Graph: Various changes to the graphing object
Major changes, actually.
Diffstat (limited to 'pts-core/functions/pts-functions_tests.php')
-rw-r--r--pts-core/functions/pts-functions_tests.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index 8cf6669..5dcb7db 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -142,11 +142,11 @@ function pts_save_result($save_to = null, $save_results = null)
$t->loadGraphProportion($results_proportion[$i]);
$t->loadGraphVersion($results_pts_version);
- $t->add_user_identifier("Test", $results_testname[$i]);
- $t->add_user_identifier("Identifier", $results_suite_name);
- $t->add_user_identifier("User", pts_current_user());
+ $t->addInternalIdentifier("Test", $results_testname[$i]);
+ $t->addInternalIdentifier("Identifier", $results_suite_name);
+ $t->addInternalIdentifier("User", pts_current_user());
- $t->save_graph($save_to_dir . "/result-graphs/" . ($i + 1) . "." . strtolower($t->getRenderer()));
+ $t->saveGraphToFile($save_to_dir . "/result-graphs/" . ($i + 1) . "." . strtolower($t->getRenderer()));
$t->renderGraph();
}
}