projects
/
project/porterstemmer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d9eab50
)
Add setup function to test file for Porter Stemmer (so it makes sure module is loaded).
author
Jennifer Hodgdon
Wed, 14 Oct 2009 19:00:04 +0000 (19:00 +0000)
committer
Jennifer Hodgdon
Wed, 14 Oct 2009 19:00:04 +0000 (19:00 +0000)
porterstemmer.test
patch
|
blob
|
blame
|
history
diff --git
a/porterstemmer.test
b/porterstemmer.test
index
b05b5c7
..
5b53adc
100644
(file)
--- a/
porterstemmer.test
+++ b/
porterstemmer.test
@@
-23,6
+23,9
@@
class PorterStemmerOutput1UnitTest extends DrupalWebTestCase {
);
}
+ public function setUp() {
+ parent::setUp('porterstemmer');
+ }
/**
* Tests the first 2000 words in the file for stemming accuracy.
@@
-405,6
+408,10
@@
class PorterStemmerInternalsUnitTest extends DrupalWebTestCase {
);
}
+ public function setUp() {
+ parent::setUp('porterstemmer');
+ }
+
/**
* Verify that short words are not stemmed, and longer ones are.
*/