diff options
author | Christian Schneider | 2007-02-09 13:26:17 +0000 |
---|---|---|
committer | Christian Schneider | 2007-02-09 13:26:17 +0000 |
commit | bbc8b31566fcae832081f1d890dfa6fd5c5c842a (patch) | |
tree | c9df6eaf5a193b4a9d622356c189567b4652f37c /.gitattributes | |
parent | 0b9f19b72396d8bd399f4d7353f2fdb445bc55f3 (diff) | |
download | itools-bbc8b31566fcae832081f1d890dfa6fd5c5c842a.tar.gz itools-bbc8b31566fcae832081f1d890dfa6fd5c5c842a.tar.bz2 itools-bbc8b31566fcae832081f1d890dfa6fd5c5c842a.zip |
Renamed tests to match file names of class tested
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index e17f544..ca022fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ * text=auto !eol itjs/error.gif -text -tests/it_html.t -text -tests/it_xml.t -text +tests/html.t -text tests/itjs.t -text +tests/xml.t -text |