summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_test_usage_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/objects/pts_test_usage_details.php')
-rw-r--r--pts-core/objects/pts_test_usage_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts_test_usage_details.php b/pts-core/objects/pts_test_usage_details.php
index 4a1aeab..384d213 100644
--- a/pts-core/objects/pts_test_usage_details.php
+++ b/pts-core/objects/pts_test_usage_details.php
@@ -31,7 +31,7 @@ class pts_test_usage_details
public function __construct($identifier)
{
- $xml_parser = new tandem_XmlReader(TEST_ENV_DIR . $identifier . "/pts-install.xml");
+ $xml_parser = new pts_installed_test_tandem_XmlReader($identifier);
$this->identifier = $identifier;
$this->install_time = substr($xml_parser->getXMLValue(P_INSTALL_TEST_INSTALLTIME), 0, 10);
$this->last_run_time = substr($xml_parser->getXMLValue(P_INSTALL_TEST_LASTRUNTIME), 0, 10);