--- a/.cvsignore Wed Sep 10 17:14:12 2008 +0200
+++ b/.cvsignore Tue Oct 14 13:40:17 2008 +0200
@@ -5,3 +5,4 @@
.pyproject
.externalToolBuilders
.pydevproject
+xmlclass
--- a/tests/linux/autom_ihm_rmll/beremiz.xml Wed Sep 10 17:14:12 2008 +0200
+++ b/tests/linux/autom_ihm_rmll/beremiz.xml Tue Oct 14 13:40:17 2008 +0200
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<BeremizRoot URI_location="PYRO://localhost:3000">
+<BeremizRoot URI_location="LOCAL://">
<TargetType>
- <Linux CFLAGS="-g" Linker="g++" LDFLAGS=""/>
+ <Linux CFLAGS="-g" LDFLAGS=""/>
</TargetType>
</BeremizRoot>
--- a/tests/linux/simul_visu_rmll/beremiz.xml Wed Sep 10 17:14:12 2008 +0200
+++ b/tests/linux/simul_visu_rmll/beremiz.xml Tue Oct 14 13:40:17 2008 +0200
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<BeremizRoot CFLAGS="" Linker="g++" LDFLAGS="">
+<BeremizRoot URI_location="LOCAL://">
<TargetType>
- <Linux Nice="0"/>
+ <Linux CFLAGS="-g" LDFLAGS=""/>
</TargetType>
- <Connection>
- <Local/>
- </Connection>
</BeremizRoot>