Commit d67b584d authored by Sebastien Robin's avatar Sebastien Robin

fixed typo

parent bece803f
...@@ -210,7 +210,7 @@ class TestArchive(InventoryAPITestCase): ...@@ -210,7 +210,7 @@ class TestArchive(InventoryAPITestCase):
portal_catalog.manage_renameObject(id=archive_id,new_id=archive_catalog_id) portal_catalog.manage_renameObject(id=archive_id,new_id=archive_catalog_id)
# Create an archive # Create an archive
archive = portal_archive.newContent(portal_typ="Archive", archive = portal_archive.newContent(portal_type="Archive",
catalog_id=self.archive_catalog_id, catalog_id=self.archive_catalog_id,
connection_id=self.archive_connection_id, connection_id=self.archive_connection_id,
deferred_connection_id=self.archive_deferred_connection_id, deferred_connection_id=self.archive_deferred_connection_id,
...@@ -222,7 +222,7 @@ class TestArchive(InventoryAPITestCase): ...@@ -222,7 +222,7 @@ class TestArchive(InventoryAPITestCase):
) )
archive.ready() archive.ready()
# Create an archive for destination catalog # Create an archive for destination catalog
dest = portal_archive.newContent(portal_typ="Archive", dest = portal_archive.newContent(portal_type="Archive",
catalog_id=self.new_catalog_id, catalog_id=self.new_catalog_id,
connection_id=self.new_connection_id, connection_id=self.new_connection_id,
deferred_connection_id=self.new_deferred_connection_id, deferred_connection_id=self.new_deferred_connection_id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment