]> git.saurik.com Git - wxWidgets.git/commit - tests/makefile.gcc
1. fixed wxXmlNode::InsertChild() documentation to match the code
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 29 Mar 2008 22:55:35 +0000 (22:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 29 Mar 2008 22:55:35 +0000 (22:55 +0000)
commit5e05df3c7ff33db7eab01f5012ab218ac2843cea
treeb803dc56959029b40bd3e616c2276e2d62b77c6c
parent34f0083726b6fd8d642df975e8999ca0dc8af903
1. fixed wxXmlNode::InsertChild() documentation to match the code
2. added tests for InsertChild()
3. simplified InsertChild() code without changing what it does

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/xml/xml.h
interface/xml/xml.h
src/xml/xml.cpp
tests/Makefile.in
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/xml/xmltest.cpp [new file with mode: 0644]