Commit d18a1598 authored by Ivan Tyagov's avatar Ivan Tyagov

Moved from generic testWendelin's test.

parent e702779c
......@@ -178,3 +178,13 @@ class TestDataIngestion(SecurityTestCase):
# check resulting Data Stream
data_stream = self.getDataStream(ingestion_reference)
self.assertEqual(data_chunk, data_stream.getData())
def test_03_DefaultWendelinConfigurationExistency(self):
"""
Test that nobody accidently removes needed by HowTo's default configurations.
"""
# test default ebuk ingestion exists
self.assertNotEqual(None,
getattr(self.portal.portal_ingestion_policies, "wendelin_embulk", None))
self.assertNotEqual(None,
getattr(self.portal.data_supply_module, "embulk", None))
\ No newline at end of file
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