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 | |
parent | 0b9f19b72396d8bd399f4d7353f2fdb445bc55f3 (diff) | |
download | itools-bbc8b31566fcae832081f1d890dfa6fd5c5c842a.tar.gz itools-bbc8b31566fcae832081f1d890dfa6fd5c5c842a.tar.bz2 itools-bbc8b31566fcae832081f1d890dfa6fd5c5c842a.zip |
Renamed tests to match file names of class tested
-rw-r--r-- | .gitattributes | 4 | ||||
-rwxr-xr-x | tests/html.t (renamed from tests/it_html.t) | 0 | ||||
-rwxr-xr-x | tests/xml.t (renamed from tests/it_xml.t) | 0 |
3 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 diff --git a/tests/it_html.t b/tests/html.t index 95d615c..95d615c 100755 --- a/tests/it_html.t +++ b/tests/html.t diff --git a/tests/it_xml.t b/tests/xml.t index 85f16c8..85f16c8 100755 --- a/tests/it_xml.t +++ b/tests/xml.t |