Revision: 3450
Author: KariHusa
Date: Tue May 25 00:36:26 2010
Log: Removed lying comment
http://code.google.com/p/robotframework/source/detail?r=3450
Modified:
/trunk/src/robot/running/model.py
=======================================
--- /trunk/src/robot/running/model.py Mon May 24 23:59:49 2010
+++ /trunk/src/robot/running/model.py Tue May 25 00:36:26 2010
@@ -45,7 +45,6 @@
include_suites))
except DataError:
pass
- # FIXME: needs to be implemented
suite = RunnableMultiTestSuite(suitedatas)
else:
suitedata = _get_directory_or_file_suite(datasources[0],
include_suites)