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 7bfa489..2c02ac3 100644
--- a/pts-core/objects/pts_test_profile_details.php
+++ b/pts-core/objects/pts_test_profile_details.php
@@ -105,7 +105,7 @@ class pts_test_profile_details
$str .= "\nDescription: " . $this->description . "\n";
- if(is_file(TEST_ENV_DIR . $this->identifier . "/pts-install.xml"))
+ if(pts_test_installed($this->identifier))
{
$xml_parser = new tandem_XmlReader(TEST_ENV_DIR . $this->identifier . "/pts-install.xml", false);
$last_run = $xml_parser->getXMLValue(P_INSTALL_TEST_LASTRUNTIME);