config conversion: Fix object names in test config.

This commit is contained in:
Michael Friedrich 2013-09-25 14:20:27 +02:00
parent 1342dec909
commit 00532f6da7
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ include <itl/standalone.conf>
include "conf/resource.conf"
library "compat"
object CompatComponent "compat" { }
object CompatLog "compat-log" { }
object StatusDataWriter "status" { }
object ExternalCommandListener "command" { }
object CompatLogger "compat-log" { }
include "conf/*.conf"