diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket703/config.xml | 15 |
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 |