boolean are now serialized as 'true' or 'false'

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@501 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-07-01 19:38:55 +00:00
parent 3a3ac174b1
commit b48c112f91
2 changed files with 14 additions and 3 deletions

View File

@ -1085,7 +1085,7 @@ begin
f.EndScope();
s := TMemoryStream.Create();
f.SaveToStream(s);
f.SaveToStream(s); s.SaveToFile(ClassName + '.Test_Bool.xml');
intVal_1 := False;
intVal_3 := True;