diff -r 000000000000 -r 3e07fef1e154 testexecfw/tef/test/regressiontest/teststep/testdata/configs/readwriteconfig.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testexecfw/tef/test/regressiontest/teststep/testdata/configs/readwriteconfig.ini Mon Mar 08 15:03:44 2010 +0800 @@ -0,0 +1,49 @@ +[Section0] +StringValue=${SYSDRIVE} +IntValue=1234 +Int64Value = 2459565876494606882 +BoolValue=False +HexValue = 0xABCD + +[Section1] +StringValue=SetErrorStep +IntValue=1 +BoolValue=True + +[Section2] +StringValue=WriteBoolStep +IntValue=2 +BoolValue=False + +[Section3] +StringValue=WriteHexStep +IntValue=3 +BoolValue=True + +[Section4] +StringValue=WriteIntStep +IntValue=7777 +BoolValue=False + +[Section5] +StringValue=Hello Ricky +IntValue=5 +BoolValue=True + +[Section7] +IntValue = 32 +Int64Value = 1152921504606846976 +BoolValue = TRUE +HexValue = 00FF +StringValue = This is the original string. + +[Section8] + +[TEFUnitSection1] +#don't change the values tests are dependes on the value +Int=10 +BoolFalse=false +BoolTrue=true +String = To Be A Drummer! # comments +Hex = FF +TheInt64 = 1232123123123123123 \ No newline at end of file