diff options
author | wei <> | 2006-01-09 05:41:33 +0000 |
---|---|---|
committer | wei <> | 2006-01-09 05:41:33 +0000 |
commit | a2c87c83d3bb8f16049674ddba260f58b698bfb7 (patch) | |
tree | 652e91231bebd008294af868ea5f0259fcc7d26c /tests | |
parent | 9f2ecd591d5be41bb9dc7b8a0fa144ac35a173bb (diff) |
added TBrowserLogRoute
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FunctionalTests/protected/application.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/application.xml b/tests/FunctionalTests/protected/application.xml index 53e73457..3cb6cfd2 100644 --- a/tests/FunctionalTests/protected/application.xml +++ b/tests/FunctionalTests/protected/application.xml @@ -13,6 +13,7 @@ </module>
<module id="logger" class="System.Log.TLogRouter">
<route class="TFileLogRoute" />
+ <route class="TBrowserLogRoute" />
</module>
</modules>
</application>
\ No newline at end of file |