enable loadosophia active test by default

This commit is contained in:
Andrey Pohilko 2013-06-07 18:37:19 +04:00
parent 32002dd293
commit 2ddfb82886

View File

@ -50,7 +50,7 @@ class LoadosophiaPlugin(AbstractPlugin, AggregateResultListener):
self.project_key = self.get_option("project", 'DEFAULT')
self.title = self.get_option("test_title", "")
self.color = self.get_option("color_flag", "")
self.online_enabled = int(self.get_option("online_enabled", "0"))
self.online_enabled = int(self.get_option("online_enabled", "1"))
try:
aggregator = self.core.get_plugin_of_type(AggregatorPlugin)