summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_test_profile_details.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/objects/pts_test_profile_details.php')
-rw-r--r--pts-core/objects/pts_test_profile_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/objects/pts_test_profile_details.php b/pts-core/objects/pts_test_profile_details.php
index 2c02ac3..ae57707 100644
--- a/pts-core/objects/pts_test_profile_details.php
+++ b/pts-core/objects/pts_test_profile_details.php
@@ -107,7 +107,7 @@ class pts_test_profile_details
if(pts_test_installed($this->identifier))
{
- $xml_parser = new tandem_XmlReader(TEST_ENV_DIR . $this->identifier . "/pts-install.xml", false);
+ $xml_parser = new pts_installed_test_tandem_XmlReader($this->identifier, false);
$last_run = $xml_parser->getXMLValue(P_INSTALL_TEST_LASTRUNTIME);
$avg_time = $xml_parser->getXMLValue(P_INSTALL_TEST_AVG_RUNTIME);