| Expand |
Failed
|
LinkTests
test_add_link
History
|
Failing since build #114
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 1 sec |
RestException: {"status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error"}
self = <tests.link_tests.LinkTests testMethod=test_add_link>
def setUp(self):
super(LinkTests, self).setUp()
> data = self.client.get_properties(TEST_PROVENANCE)
link_tests.py:12:
(16 more lines...)
|
| Expand |
Failed
|
PropertyTests
test_add_one_property
History
|
Failing since build #114
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 1 sec |
RestException: {"status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error"}
self = <tests.property_tests.PropertyTests testMethod=test_add_one_property>
def setUp(self):
super(PropertyTests, self).setUp()
> data = self.client.get_properties(TEST_PROVENANCE)
property_tests.py:13:
(16 more lines...)
|
| Expand |
Failed
|
PropertyTests
test_add_multiple_properties_from_other_provenance
History
|
Failing since build #114
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 1 sec |
RestException: {"status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error"}
self = <tests.property_tests.PropertyTests testMethod=test_add_multiple_properties_from_other_provenance>
def setUp(self):
super(PropertyTests, self).setUp()
> data = self.client.get_properties(TEST_PROVENANCE)
property_tests.py:13:
(16 more lines...)
|
| Expand |
Failed
|
PropertyTests
test_add_multiple_properties
History
|
Failing since build #114
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 1 sec |
RestException: {"status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error"}
self = <tests.property_tests.PropertyTests testMethod=test_add_multiple_properties>
def setUp(self):
super(PropertyTests, self).setUp()
> data = self.client.get_properties(TEST_PROVENANCE)
property_tests.py:13:
(16 more lines...)
|