diff options
author | alex <> | 2005-11-21 13:02:49 +0000 |
---|---|---|
committer | alex <> | 2005-11-21 13:02:49 +0000 |
commit | 35c6cb9ba3eb5e77f4eb4f1a93d8569d4b291236 (patch) | |
tree | a9b0b31b845f5b18d142c4562d4a491ccf6c9b82 /.gitattributes | |
parent | 61abe4f563bfa4c42ebcebee4078d6dcf762fa17 (diff) |
Added unit tests for THttpRequest. Needs some more work...
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 23368594..f05a3c28 100644 --- a/.gitattributes +++ b/.gitattributes @@ -116,6 +116,7 @@ tests/UnitTests/framework/TestSystem/protected/application.xml -text tests/UnitTests/framework/TestSystem/protected/data/test.db -text tests/UnitTests/framework/TestSystem/protected/pages/config.xml -text tests/UnitTests/framework/Web/UI/utControl.php -text +tests/UnitTests/framework/Web/utHttpRequest.php -text tests/UnitTests/framework/common.php -text tests/UnitTests/framework/index.php -text tests/UnitTests/framework/utApplication.php -text |