summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests
diff options
context:
space:
mode:
authorwei <>2006-04-21 12:58:38 +0000
committerwei <>2006-04-21 12:58:38 +0000
commit3ad074e9410153fefaa2343165a68a355400fd6e (patch)
tree22b5e521f3af9d57bfd07b289201b86e29d1e48e /tests/FunctionalTests
parente392ecbf6e422825083bc7204eacb7090619a47c (diff)
removed exceptions from simple date formatter
Diffstat (limited to 'tests/FunctionalTests')
-rw-r--r--tests/FunctionalTests/PradoTester.php2
-rw-r--r--tests/FunctionalTests/features/protected/controls/Layout.tpl1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/FunctionalTests/PradoTester.php b/tests/FunctionalTests/PradoTester.php
index 8d081e0f..0c83217e 100644
--- a/tests/FunctionalTests/PradoTester.php
+++ b/tests/FunctionalTests/PradoTester.php
@@ -42,7 +42,7 @@ class PradoTester
else if($entry[0]!=='.')
$this->collectTestFiles($groupTest,$fullPath);
}
- closedir($folder);
+ @closedir($folder);
}
protected function isValidFile($entry)
diff --git a/tests/FunctionalTests/features/protected/controls/Layout.tpl b/tests/FunctionalTests/features/protected/controls/Layout.tpl
index 18482377..d1b33d94 100644
--- a/tests/FunctionalTests/features/protected/controls/Layout.tpl
+++ b/tests/FunctionalTests/features/protected/controls/Layout.tpl
@@ -22,6 +22,7 @@
<body>
<com:TForm>
<com:TContentPlaceHolder ID="Content" />
+<com:TJavascriptLogger />
</com:TForm>
</body>
</html> \ No newline at end of file