crs4 / notredam

Automatically exported from code.google.com/p/notredam
http://www.notredam.org
17 stars 4 forks source link

api/uploading_testcases.py problems to be analyzed #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. from dam directory, run the following command:
python api/uploading_testcases.py
2. if no error arises, run again the command until you see an error

What is the expected output? What do you see instead?
no error should arise

Please use labels and text to provide additional information.
The test is supposed to do the following steps:
1 user login
2 create a new workspace
3 create a new item in the new workspace
4 upload the content file for the new item
5 add dc:title and 4 dc:subject to the new item
6 remove all metadata added in step 5 from item
7 remove the item
8 remove the workspace

Sometimes (not always!) the test end with an error which is
not always the same.
Apparently some metadata are not removed from the item, but
it is also possible that the item itself is not removed.

Original issue reported on code.google.com by marialau...@gmail.com on 14 Dec 2011 at 12:14