summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_test_result_info_details.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-02 21:38:07 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-02 21:38:07 -0500
commit3828e81cf3832f592c03a8168d0250c9c52bfd9a (patch)
tree1bb086e3d1648043355b8d7e99f390a699111652 /pts-core/objects/pts_test_result_info_details.php
parent390370236220539101f51c2edaab8ec4f02c2a08 (diff)
downloadphoronix-test-suite-upstream-3828e81cf3832f592c03a8168d0250c9c52bfd9a.tar.gz
phoronix-test-suite-upstream-3828e81cf3832f592c03a8168d0250c9c52bfd9a.tar.xz
phoronix-test-suite-upstream-3828e81cf3832f592c03a8168d0250c9c52bfd9a.zip
pts: Add filesystem test suite
Diffstat (limited to 'pts-core/objects/pts_test_result_info_details.php')
-rw-r--r--pts-core/objects/pts_test_result_info_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts_test_result_info_details.php b/pts-core/objects/pts_test_result_info_details.php
index 722eb40..f1988a3 100644
--- a/pts-core/objects/pts_test_result_info_details.php
+++ b/pts-core/objects/pts_test_result_info_details.php
@@ -32,7 +32,7 @@ class pts_test_result_info_details
public function __construct($saved_results_file)
{
$xml_parser = new tandem_XmlReader($saved_results_file);
- $this->saved_results_file = $saved_resilts_file;
+ $this->saved_results_file = $saved_results_file;
$this->saved_identifier = array_pop(explode("/", dirname($saved_results_file)));
$this->title = $xml_parser->getXMLValue(P_RESULTS_SUITE_TITLE);
$this->suite = $xml_parser->getXMLValue(P_RESULTS_SUITE_NAME);