[conf][tests] make a new tests_conf.xml

This commit is contained in:
Felix Ruess
2012-09-19 18:07:02 +02:00
parent dc11957f3d
commit 1873297098
4 changed files with 193 additions and 46 deletions
@@ -7,12 +7,12 @@ use Program;
use Data::Dumper;
use Config;
$|++;
my $examples = XMLin("$ENV{'PAPARAZZI_SRC'}/conf/conf.xml.example");
$|++;
my $examples = XMLin("$ENV{'PAPARAZZI_SRC'}/conf/tests_conf.xml");
use Data::Dumper;
ok(1, "Parsed the example file");
ok(1, "Parsed the tests_conf file");
foreach my $example (sort keys%{$examples->{'aircraft'}})
{
#next unless $example =~ m#easystar#i;