summaryrefslogtreecommitdiffstats
path: root/pts-core/functions
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 12:15:06 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 12:15:06 -0500
commit7294ada5862935f14419dc2e1161679a728a7e3e (patch)
tree2430a264fedd3f840fe53e2ac1a65cbeffd79d2b /pts-core/functions
parent89998c08bffeb724ec2109b479f96f26a1745ad2 (diff)
downloadphoronix-test-suite-upstream-7294ada5862935f14419dc2e1161679a728a7e3e.tar.gz
phoronix-test-suite-upstream-7294ada5862935f14419dc2e1161679a728a7e3e.tar.xz
phoronix-test-suite-upstream-7294ada5862935f14419dc2e1161679a728a7e3e.zip
pts_Graph: Add loadGraphRawValues() for storing raw result data from
RawString
Diffstat (limited to 'pts-core/functions')
-rw-r--r--pts-core/functions/pts-functions_tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index 815690d..c0c5993 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -141,7 +141,7 @@ function pts_save_result($save_to = null, $save_results = null)
$t->loadGraphIdentifiers($results_identifiers[$i]);
$t->loadGraphValues($results_values[$i]);
- // use $results_rawvalues[$i]
+ $t->loadGraphRawValues($results_rawvalues[$i]);
$t->loadGraphProportion($results_proportion[$i]);
$t->loadGraphVersion($results_pts_version);