renaming italian stemmer test file names, a=chris

Chris Pollett [2012-09-15 02:Sep:th]
renaming italian stemmer test file names, a=chris
Filename
locale/en-US/pages/bot.thtml
tests/it_stemmer_test.php
tests/test_files/italian_stemmer/output2.txt
tests/test_files/italian_stemmer/voc2.txt
diff --git a/locale/en-US/pages/bot.thtml b/locale/en-US/pages/bot.thtml
index 2114742bf..123df7e1b 100755
--- a/locale/en-US/pages/bot.thtml
+++ b/locale/en-US/pages/bot.thtml
@@ -1,5 +1,5 @@
-title=Bot
-description=Describes the web crawler used with
-web site
-END_HEAD_VARS
+title=Bot
+description=Describes the web crawler used with
+web site
+END_HEAD_VARS
 Please Describe Your Robot
\ No newline at end of file
diff --git a/tests/it_stemmer_test.php b/tests/it_stemmer_test.php
index 79a5e0218..2f950cf91 100644
--- a/tests/it_stemmer_test.php
+++ b/tests/it_stemmer_test.php
@@ -77,10 +77,10 @@ class ItStemmerTest extends UnitTest
         $stem_dir = BASE_DIR.'/tests/test_files/italian_stemmer';

         //Test word set from snowball
-        $test_words = file("$stem_dir/voc2.txt");
+        $test_words = file("$stem_dir/input_vocabulary.txt");

         //Stem word set from snowball for comparing results
-        $stem_words = file("$stem_dir/output2.txt");
+        $stem_words = file("$stem_dir/stemmed_result.txt");

         /**
          * check if function stem correctly stems the words in $test_words by
diff --git a/tests/test_files/italian_stemmer/output2.txt b/tests/test_files/italian_stemmer/input_vocabulary.txt
similarity index 100%
rename from tests/test_files/italian_stemmer/output2.txt
rename to tests/test_files/italian_stemmer/input_vocabulary.txt
diff --git a/tests/test_files/italian_stemmer/voc2.txt b/tests/test_files/italian_stemmer/stemmed_result.txt
similarity index 100%
rename from tests/test_files/italian_stemmer/voc2.txt
rename to tests/test_files/italian_stemmer/stemmed_result.txt
ViewGit