diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-02 09:36:23 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-02 09:36:23 +0000 |
commit | 73212d6e3fadc53e988164e03c8e3f2def1c45c6 (patch) | |
tree | 7a04e9f139751759d6b30384c767f5ff3d44e584 /tests/VoteTest.php | |
parent | 1b6f516bbb29178705870f6be8789701cd9b5d02 (diff) | |
download | semanticscuttle-73212d6e3fadc53e988164e03c8e3f2def1c45c6.tar.gz semanticscuttle-73212d6e3fadc53e988164e03c8e3f2def1c45c6.tar.bz2 |
allow vote changes
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@495 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/VoteTest.php')
-rw-r--r-- | tests/VoteTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VoteTest.php b/tests/VoteTest.php index cb50aad..032ec29 100644 --- a/tests/VoteTest.php +++ b/tests/VoteTest.php @@ -443,7 +443,7 @@ class VoteTest extends TestBase /** - * Verify that changing the vote from postitive to positive + * Verify that changing the vote from negative to negative * has no strange effects * * @return void |