diff options
author | xue <> | 2006-01-22 04:16:56 +0000 |
---|---|---|
committer | xue <> | 2006-01-22 04:16:56 +0000 |
commit | f226dbc588b37246d11efc9010d21002998c3a1e (patch) | |
tree | e106be4568472a14e3ffd8286ada87b97c73ea40 /.gitattributes | |
parent | 1fc6971652492fca325bd25d7b6dd979ebde73ed (diff) |
Added functionality tests for HelloWorld and Hangman Game.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 35edacb9..13cca15e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -641,7 +641,8 @@ tests/FunctionalTests/protected/pages/ViewSource.page -text tests/FunctionalTests/protected/pages/ViewSource.php -text tests/FunctionalTests/protected/pages/config.xml -text tests/FunctionalTests/protected/tests/HomePageTest.php -text -tests/FunctionalTests/quickstart_tests/HelloWorldTestCase.php -text +tests/FunctionalTests/quickstart_tests/Fundamentals/HangmanTestCase.php -text +tests/FunctionalTests/quickstart_tests/Fundamentals/HelloWorldTestCase.php -text tests/FunctionalTests/selenium/SeleneseRunner.html -text tests/FunctionalTests/selenium/SeleniumLog.html -text tests/FunctionalTests/selenium/TestRunner-splash.html -text |