diff options
author | carl <> | 2007-06-09 12:26:28 +0000 |
---|---|---|
committer | carl <> | 2007-06-09 12:26:28 +0000 |
commit | c6d4662e08b300ae2d388322f8be8e6d61994074 (patch) | |
tree | c8184df26166871a65946503cee46fbee3f41bba /.gitattributes | |
parent | 57089028b6e03a2c15687b5e4708dd2011af287d (diff) |
simple unit test for TActiveHiddenField property Value
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 72050ed6..dac70fb0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2974,6 +2974,8 @@ tests/unit/Web/THttpResponseTest.php -text tests/unit/Web/THttpSessionTest.php -text tests/unit/Web/THttpUtilityTest.php -text tests/unit/Web/TUriTest.php -text +tests/unit/Web/UI/ActiveControls/AllTests.php -text +tests/unit/Web/UI/ActiveControls/TActiveHiddenFieldTest.php -text tests/unit/Web/UI/WebControls/AllTests.php -text tests/unit/Web/UI/WebControls/TDropDownListTest.php -text tests/unit/Web/UI/WebControls/TLabelTest.php -text |