diff options
author | carl <> | 2007-07-27 08:46:05 +0000 |
---|---|---|
committer | carl <> | 2007-07-27 08:46:05 +0000 |
commit | bd08d47c6e8fe2f732c52d7c1f249224e4383fc8 (patch) | |
tree | 2e5972c53456951d2ee21d8a2f33f3d035850467 /.gitattributes | |
parent | f2cb31830f2f2264601b482df511affe87ff24d1 (diff) |
#682 - testing of TCacheHttpSession
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 2029bd3f..3b8e7828 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2226,7 +2226,6 @@ framework/Web/THttpRequest.php -text framework/Web/THttpResponse.php -text framework/Web/THttpSession.php -text framework/Web/THttpUtility.php -text -framework/Web/TMemCacheSession.php -text framework/Web/TUrlManager.php -text framework/Web/TUrlMapping.php -text framework/Web/UI/ActiveControls/TActiveButton.php -text @@ -3121,13 +3120,13 @@ tests/unit/Util/TDateTimeStampTest.php -text tests/unit/Util/TLoggerTest.php -text tests/unit/Web/AllTests.php -text tests/unit/Web/TAssetManagerTest.php -text +tests/unit/Web/TCacheHttpSessionTest.php -text tests/unit/Web/THttpCookieCollectionTest.php -text tests/unit/Web/THttpCookieTest.php -text tests/unit/Web/THttpRequestTest.php -text tests/unit/Web/THttpResponseTest.php -text tests/unit/Web/THttpSessionTest.php -text tests/unit/Web/THttpUtilityTest.php -text -tests/unit/Web/TMemCacheSessionTest.php -text tests/unit/Web/TUriTest.php -text tests/unit/Web/UI/ActiveControls/AllTests.php -text tests/unit/Web/UI/ActiveControls/TActiveHiddenFieldTest.php -text |