summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_test_suite_details.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-12 18:46:00 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-12 18:46:00 -0500
commitaebfda950b6faeab759342bf80e7020642025b22 (patch)
treebd279cd26897e77586b94a60c90052fd5fb3d219 /pts-core/objects/pts_test_suite_details.php
parenta39084a0e556986fbf0a080220665ed6eea0c392 (diff)
downloadphoronix-test-suite-upstream-aebfda950b6faeab759342bf80e7020642025b22.tar.gz
phoronix-test-suite-upstream-aebfda950b6faeab759342bf80e7020642025b22.tar.xz
phoronix-test-suite-upstream-aebfda950b6faeab759342bf80e7020642025b22.zip
pts-core: Add pts_suite_tandem_XmlReader() object for providing
pts_location_suite() in the constructor
Diffstat (limited to 'pts-core/objects/pts_test_suite_details.php')
-rw-r--r--pts-core/objects/pts_test_suite_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts_test_suite_details.php b/pts-core/objects/pts_test_suite_details.php
index 5b3d326..5041d55 100644
--- a/pts-core/objects/pts_test_suite_details.php
+++ b/pts-core/objects/pts_test_suite_details.php
@@ -35,7 +35,7 @@ class pts_test_suite_details
public function __construct($identifier)
{
- $xml_parser = new tandem_XmlReader(pts_location_suite($identifier));
+ $xml_parser = new pts_suite_tandem_XmlReader($identifier);
$this->identifier = $identifier;
$this->name = $xml_parser->getXMLValue(P_SUITE_TITLE);
$this->test_type = $xml_parser->getXMLValue(P_SUITE_TYPE);