Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha@silbe.org>2009-11-08 11:16:06 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-11-08 11:16:06 (GMT)
commitc1ab22663e6015413510b6515c4eb3a43e8e1813 (patch)
tree513651f4af0121c7390ad2957c63f8e7c69b5b42
parent2b51f7da23a312c24e3dc8e47836bb93d082364f (diff)
cosmetic change
-rw-r--r--tests/test_massops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_massops.py b/tests/test_massops.py
index 6fdf0b2..c3c87a5 100644
--- a/tests/test_massops.py
+++ b/tests/test_massops.py
@@ -53,7 +53,7 @@ class MassOpsTestCase(unittest.TestCase):
self._datastore.find({}, ['uid'], byte_arrays=True)
def test_get_properties(self):
- """Run get_properties() on all entries and verify it."""
+ """Run get_properties() on all entries and verify result."""
for entry in self._datastore.find({}, ['uid'], byte_arrays=True)[0]:
properties = self._datastore.get_properties(entry['uid'],
byte_arrays=True)