Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-13 18:51:38 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-13 18:51:38 (GMT)
commit07c534f2ae87736f8f6f70c27ea4dd9ca5ddba98 (patch)
tree1fc226e843dcd43424f936beea88ac9c4528de00 /tests
parenta0613664b4c32676a5c4b6681279eef8606b47cf (diff)
property name correction
Diffstat (limited to 'tests')
-rw-r--r--tests/mountpoints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mountpoints.txt b/tests/mountpoints.txt
index eebad9b..b89d5cb 100644
--- a/tests/mountpoints.txt
+++ b/tests/mountpoints.txt
@@ -36,7 +36,7 @@ can be used to control the storage target or to filter results.
Now lets create some content
>>> u1 = ds.create(dict(title="Document 1", filename="one.txt"), tmpData("""document one"""))
->>> u2 = ds.create(dict(title="Document 2", mimetype="text/plain"), tmpData("""document two"""))
+>>> u2 = ds.create(dict(title="Document 2", mime_type="text/plain"), tmpData("""document two"""))
We can now, if we wish verify which mount point this content came
from.