Commit 8427d2c4 authored by Xiaowu Zhang's avatar Xiaowu Zhang

ors_wendelin_test: more

parent 3a0a5eec
...@@ -71,6 +71,20 @@ class ORSWendelinTest(ERP5TypeTestCase): ...@@ -71,6 +71,20 @@ class ORSWendelinTest(ERP5TypeTestCase):
self.tic() self.tic()
data_stream = self._getDataStream(self.test_data_acquisition_unit) data_stream = self._getDataStream(self.test_data_acquisition_unit)
self.assertTrue(data_stream.getData() is not None) self.assertTrue(data_stream.getData() is not None)
# first one
self.portal.portal_alarms.wendelin_handle_analysis.activeSense()
self.tic()
self.portal.portal_alarms.wendelin_handle_analysis.activeSense()
self.tic()
# resample
self.portal.portal_alarms.wendelin_handle_analysis.activeSense()
self.tic()
self.portal.portal_alarms.wendelin_handle_analysis.activeSense()
self.tic()
self.assertTrue(self.test_data_acquisition_unit.Base_getERABDataArrayKey() is not None)
self.assertTrue(self.test_data_acquisition_unit.Base_getEUTRANDataArrayKey() is not None)
def test_transformation(self): def test_transformation(self):
......
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