Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.runtime.java.tests/tmp/ConfigTest')
-rw-r--r--tests/org.eclipse.etrice.runtime.java.tests/tmp/ConfigTest12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/org.eclipse.etrice.runtime.java.tests/tmp/ConfigTest b/tests/org.eclipse.etrice.runtime.java.tests/tmp/ConfigTest
index f06698355..ae2f8491c 100644
--- a/tests/org.eclipse.etrice.runtime.java.tests/tmp/ConfigTest
+++ b/tests/org.eclipse.etrice.runtime.java.tests/tmp/ConfigTest
@@ -1,9 +1,9 @@
-SS/AC/double=4.0E-6
-SS/AC/string="test"
-SS/AC/intA={ 1,2,3,4,5,6 }
-SS/AC/booleanA={ true,false,true,false }
SS/AC/boolean=true
-SS/AC/stringA={ "\"\"","","test1","\"test2\"" }
+SS/AC/booleanA={ false }
+SS/AC/double=4.0E-6
SS/AC/doubleA={ 0.0,1.1,2.2,4.0E-6 }
-SS/AC/int=3
+SS/AC/int=999
+SS/AC/intA={ 1,2,3,4,5,6 }
SS/AC/long=-9223372036854775808
+SS/AC/string="test"
+SS/AC/stringA={ "\"\"","","test1" }

Back to the top