summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml
diff options
context:
space:
mode:
authortof <>2007-09-29 14:44:29 +0000
committertof <>2007-09-29 14:44:29 +0000
commitdc203fc3b1ad6a974e61a89596a938d249def131 (patch)
tree3d4d7c5a25377475670f497d4af19bc22b7a1685 /tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml
parentf181b662c6852bc7bc28df6d456dd40bab46b9c5 (diff)
Make a testcase for Ticket #703
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml b/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml
new file mode 100644
index 00000000..a9fd8721
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+ <paths>
+ <using namespace="System.Util.*"/>
+ <using namespace="System.Web.UI.ActiveControls.*"/>
+ <alias id="Ticket703" path="."/>
+ </paths>
+ <modules>
+ <module id="Log" class="TLogRouter">
+ <route class="TFileLogRoute" MaxLogFiles="1" MaxFileSize="1" Levels="Debug" Categories="Tickets" LogPath="Ticket703.Logs" LogFile="LogFile.txt"/>
+ </module>
+ </modules>
+
+</configuration> \ No newline at end of file