diff options
author | wei <> | 2005-12-10 12:14:53 +0000 |
---|---|---|
committer | wei <> | 2005-12-10 12:14:53 +0000 |
commit | 2b90f0d2a6ce4c17dde8f69cb8b9d9f9757707b7 (patch) | |
tree | 07c15319de131524783a3dda22a0bad5b1b6aae9 /.gitattributes | |
parent | 98215a603fb798cdb4178e49061977544aaa45b7 (diff) |
Adding Hangman game functional test.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 1599e681..fd9a35e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -186,8 +186,8 @@ requirements/messages.txt -text requirements/template-zh.html -text requirements/template.html -text tests/FunctionalTests/config.php -text -tests/FunctionalTests/framework/Demos/testControls -text tests/FunctionalTests/framework/Demos/testControls.php -text +tests/FunctionalTests/framework/Demos/testHangMan.php -text tests/FunctionalTests/framework/IndexPage.tpl -text tests/FunctionalTests/framework/Web/UI/config.xml -text tests/FunctionalTests/framework/Web/UI/testTButton.php -text |