Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
tinyxml2
/
63d8de6278f34d63dac335ad02f03a029193bdd9
/
xmltest.cpp
63d8de6
Remove unneeded conversions
by Dmitry-Me
· 8 years ago
703f91e
Merge pull request #643 from leethomason/querystring
by Lee Thomason
· 8 years ago
28f9a48
Merge branch 'master' into querystring
by Lee Thomason
· 8 years ago
ff97dbb
Merge branch 'master' into error-str
by Lee Thomason
· 8 years ago
5b00e06
add query string method
by Lee Thomason
· 8 years ago
a36f7ac
fix error string output when there is no formatting
by Lee Thomason
· 8 years ago
cf10069
tweaking docs
by Lee Thomason
· 8 years ago
d556e6d
Merge branch 'master' into errorstr
by Lee Thomason
· 8 years ago
f49b965
fix up error system issues
by Lee Thomason
· 8 years ago
714ccfe
fix line number tracker. error msg wip
by Lee Thomason
· 8 years ago
7abfa6b
Merge branch 'gccWeffc' of git://github.com/lelegard/tinyxml2 into lelegard-gccWeffc
by Lee Thomason
· 8 years ago
dd4034c
Merge pull request #626 from Dmitry-Me/betterTestDeletionLoop
by Lee Thomason
· 8 years ago
b41e24a
Better test deletion loop
by Dmitry-Me
· 8 years ago
f0f2e99
Check result of Accept()
by Dmitry-Me
· 8 years ago
3a37e64
Merge pull request #623 from Dmitry-Me/testErrorName
by Lee Thomason
· 8 years ago
e8f4a8b
Fix crash when element is being inserted "after itself"
by Dmitry-Me
· 8 years ago
47845b6
Test ErrorName() returns valid string after SetError()
by Dmitry-Me
· 8 years ago
a9e75d1
Clarify comment
by Dmitry-Me
· 8 years ago
7f0f754
Code cleanup to pass gcc -Weffc++ warnings
by Thierry Lelegard
· 8 years ago
dbf18ad
Merge pull request #613 from Dmitry-Me/testResultOfSetError
by Lee Thomason
· 8 years ago
d3f6c63
Test SetError() has effect
by Dmitry-Me
· 8 years ago
2604336
Fix misleading comment
by Dmitry-Me
· 8 years ago
985ea1f
Test Clear() clears the error
by Dmitry-Me
· 8 years ago
caed4ec
Clarify what is being tested
by Dmitry-Me
· 8 years ago
4bbf742
Merge pull request #603 from Dmitry-Me/cleanupFopenTests
by Lee Thomason
· 8 years ago
30dec75
Merge pull request #602 from Dmitry-Me/testWithStopwatchOff
by Lee Thomason
· 8 years ago
cd453f8
Merge pull request #596 from Dmitry-Me/useValidPointerForUserData
by Lee Thomason
· 8 years ago
520009e
Cleanup fopen() tests
by Dmitry-Me
· 8 years ago
1ab8587
Stopwatch must be stopped before test check
by Dmitry-Me
· 8 years ago
82e20b1
Merge pull request #601 from Dmitry-Me/testErrorIdAfterParse
by Lee Thomason
· 8 years ago
8d40f7a
Test ErrorID after Parse()
by Dmitry-Me
· 8 years ago
c0fad29
Cleanup stream mode tests
by Dmitry-Me
· 8 years ago
c11a7c5
Merge pull request #599 from Dmitry-Me/cleanupSomeChecks
by Lee Thomason
· 8 years ago
63fe21f
Merge pull request #597 from Dmitry-Me/betterTestQueryXText
by Lee Thomason
· 8 years ago
bc6920b
Cleanup and simplify checks
by Dmitry-Me
· 8 years ago
43c019d
Better tests for Query???Text()
by Dmitry-Me
· 8 years ago
7d8dfb9
Use valid pointer for user data
by Dmitry-Me
· 8 years ago
8e06370
Test return values from nodes insertion
by Dmitry-Me
· 8 years ago
02d2764
Merge pull request #593 from Dmitry-Me/testDeletionViaDocument
by Lee Thomason
· 8 years ago
8d1bfbb
Merge pull request #592 from Dmitry-Me/clarifyTestOutput
by Lee Thomason
· 8 years ago
e5790db
Test nodes deletion via document
by Dmitry-Me
· 8 years ago
6f4c4e7
Clarify and simplify test output
by Dmitry-Me
· 8 years ago
de381df
Indent directives consistently with surrounding code
by Dmitry-Me
· 8 years ago
646af8d
Merge pull request #582 from Dmitry-Me/distinctDefaultAndReplacement
by Lee Thomason
· 8 years ago
0570580
Merge pull request #581 from Dmitry-Me/testQueryingAttributesBetter
by Lee Thomason
· 8 years ago
80379a3
Merge pull request #580 from Dmitry-Me/checkLoadSaveResult
by Lee Thomason
· 8 years ago
bf9b3a2
remove code that creates directory. add file in out directory so that git creates the directory
by Lee Thomason
· 8 years ago
3d20c5d
Use distinct values as default and replacement values
by Dmitry-Me
· 8 years ago
2087a27
Test querying attributes thoroughly
by Dmitry-Me
· 8 years ago
46b70ce
Check result of LoadFile()/SaveFile()
by Dmitry-Me
· 8 years ago
3a6e51a
fix build issue
by Lee Thomason
· 8 years ago
e4dc721
fix an issue on windows
by Lee Thomason
· 8 years ago
fc2a001
Merge pull request #578 from Dmitry-Me/checkReadingResults
by Lee Thomason
· 8 years ago
cd33699
Merge pull request #577 from Dmitry-Me/checkParseResult
by Lee Thomason
· 8 years ago
7096e77
Merge pull request #573 from kbinny62/master
by Lee Thomason
· 8 years ago
d1b8282
Check various stages of reading the XML file
by Dmitry-Me
· 8 years ago
68578f4
Check result of Parse() call
by Dmitry-Me
· 8 years ago
5d1aec1
Extract duplicated text string
by Dmitry-Me
· 8 years ago
9720fba
xmltest.cpp: path separator is '\\' under WIN32
by kbinny62
· 8 years ago
bf29a15
xmltest: create dir resources/out to avoid crashes
by kbinny62
· 8 years ago
9832a5f
"Found" and "expected" were swapped in some tests
by Dmitry-Me
· 8 years ago
aea64c4
Test parsing result as early as possible
by Dmitry-Me
· 8 years ago
9e2d29b
weird compile issues
by Lee Thomason
· 8 years ago
82bb074
tweak test
by Lee Thomason
· 8 years ago
224ef77
add test case
by Lee Thomason
· 8 years ago
bc52755
Merge pull request #558 from leethomason/clone
by Lee Thomason
· 8 years ago
ed78570
Programmatically check no leaks are reported in the VC++ debug heap
by Dmitry-Me
· 8 years ago
1bbc66b
Merge branch 'master' into clone
by Lee Thomason
· 8 years ago
b754ddf
address feedback from review
by Lee Thomason
· 8 years ago
816d3fa
Fix string leaking (and destructors not getting called) when there are XMLNodes that aren't in the document tree
by Lee Thomason
· 8 years ago
53858b4
minor formatting fix and very strange memory tracker missing
by Lee Thomason
· 8 years ago
ced18c0
missing var??
by Lee Thomason
· 8 years ago
a30f8bd
Merge remote-tracking branch 'origin/master' into clone
by Lee Thomason
· 8 years ago
7085f00
deep copy and clone
by Lee Thomason
· 8 years ago
7b40ce1
Merge pull request #534 from jnguyen75/ref-test-resources
by Lee Thomason
· 8 years ago
6bf64fb
Use CMake to create resources/out directory
by Jimmy Nguyen
· 8 years ago
c5c99c2
tweaks to bool serialization
by Lee Thomason
· 9 years ago
ce667c9
ability to set bool write values
by Lee Thomason
· 9 years ago
e90e901
tweaks, clarification to line numbers
by Lee Thomason
· 9 years ago
19d8ea8
CodeReview Fix: GetLineNum()?
by kezenator
· 9 years ago
ec69415
Added line number reporting to parse errors and to all nodes and attributes for parsed documents.
by kezenator
· 9 years ago
5a70071
Added static method to convert arbitrary ErrorID to a string.
by kezenator
· 9 years ago
7de0b6d
Merge pull request #493 from leethomason/jwittner
by Lee Thomason
· 9 years ago
446c3bc
Declarations should occur before anything else
by Dmitry-Me
· 9 years ago
13cbc9a
add test files. fix doc.
by Lee Thomason
· 9 years ago
3c21d6f
Use correct file pointer
by Armagetron
· 9 years ago
1f212f3
Bool-related tests modified to pass
by Doruk Turak
· 9 years ago
c944546
fix permissive casting.
by Lee Thomason
· 9 years ago
af9bce1
support user data
by Lee Thomason
· 9 years ago
51c1271
add int64 support
by Lee Thomason
· 9 years ago
8553625
one successful return type. simplify build on vs2015
by Lee Thomason
· 9 years ago
df4ffc0
fix warning up from vs2015
by Lee Thomason
· 9 years ago
a1beddf
Test error name is non-empty for the whole range
by Dmitry-Me
· 10 years ago
8549202
clean up Value of XMLDocument
by Lee Thomason
· 10 years ago
7a93b33
tighten up the error checks
by Lee Thomason
· 10 years ago
d608c56
Fix up xmltest.cpp
by Sarat Addepalli
· 10 years ago
13b2d73
Add null-checks in `XMLTest()`
by Sarat Addepalli
· 10 years ago
a7edb88
Add a test case for issue #323
by Sarat Addepalli
· 10 years ago
8e85afa
Fix whitespaces in xmltest.cpp
by Sarat Addepalli
· 10 years ago
2bb6bb5
Add a test case for issue #332
by Sarat Addepalli
· 10 years ago
Next »