projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
unused variable
[wxWidgets.git]
/
tests
/
2006-12-09
Vadim Zeitlin
Unicode compilation fixes
tree
|
commitdiff
2006-12-09
Vadim Zeitlin
added test cases for wxTextInputStream and UTF-xx encod...
tree
|
commitdiff
2006-11-27
Vadim Zeitlin
added test for Get/UngetWriteBuf()
tree
|
commitdiff
2006-11-11
Vadim Zeitlin
also check for RenameGroup() calls which don't/shouldn...
tree
|
commitdiff
2006-11-11
Vadim Zeitlin
extend RenameGroup() test to demonstrate the bug 705022
tree
|
commitdiff
2006-11-11
Vadim Zeitlin
use CPPUNIT_ASSERT_EQUAL() to be able to see the error...
tree
|
commitdiff
2006-11-10
Michael Wetherell
A couple more tests.
tree
|
commitdiff
2006-11-10
Michael Wetherell
Missing header.
tree
|
commitdiff
2006-11-10
Robin Dunn
Move version number to 2.8.0.0 and rebake the makefiles
tree
|
commitdiff
2006-11-10
Vadim Zeitlin
disable bogus test
tree
|
commitdiff
2006-11-09
Michael Wetherell
Additional tests for wxVsnprintf, originally to test...
tree
|
commitdiff
2006-11-08
Vadim Zeitlin
fix Normalize() test by using dummy working directory...
tree
|
commitdiff
2006-11-08
Vadim Zeitlin
use CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
tree
|
commitdiff
2006-11-08
Vadim Zeitlin
use CPPUNIT_ASSERT_MESSAGE() to show which test exactly...
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
rebaked with baefile rev 928
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
define arrays of chartoo as the existing ones can't...
tree
|
commitdiff
2006-10-29
Michael Wetherell
Compile fix for no-pch.
tree
|
commitdiff
2006-10-29
Michael Wetherell
Compile fix after GetC return type changed from char...
tree
|
commitdiff
2006-10-29
Michael Wetherell
Compile fix for 64-bit.
tree
|
commitdiff
2006-10-28
Robin Dunn
Moved version number to 2.7.2.0 and rebaked
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
avoid gcc warnings about missing braces in an aggregate...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
fix gcc compilation warning
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
added wxString::ToLongLong() and ToULongLong() (feature...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
Alloc() doesn't clear the array any more, for consisten...
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
verify that we checked all the array elements in TestST...
tree
|
commitdiff
2006-10-27
Michael Wetherell
Add tar stream tests.
tree
|
commitdiff
2006-10-27
Michael Wetherell
Include FindLength in the tests.
tree
|
commitdiff
2006-10-26
Robert Roebling
[ 1585253 ] Various important bugfixes to wxFileName...
tree
|
commitdiff
2006-10-24
Michael Wetherell
Add tests for wxBackingFile.
tree
|
commitdiff
2006-10-23
Michael Wetherell
Add tests for wxBackingFile.
tree
|
commitdiff
2006-10-23
Michael Wetherell
Compile fix.
tree
|
commitdiff
2006-10-22
Vadim Zeitlin
more printf() tests (slightly modified patch 1581936)
tree
|
commitdiff
2006-10-22
Vadim Zeitlin
fix compilation with PCH (patch 1581936)
tree
|
commitdiff
2006-10-09
Robin Dunn
Bumping the version number also requires that version...
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
added wxString::Contains() unit test
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
VC7.1 warning fix about passing temporary as (non-const...
tree
|
commitdiff
2006-09-24
Michael Wetherell
Forward port test case that corrupts archives to see...
tree
|
commitdiff
2006-09-17
Kevin Ollivier
Commiting re-baked files after wxListCtrl OS X additions.
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
wx printf() implementation bug fixes ('%' handling...
tree
|
commitdiff
2006-08-30
Michael Wetherell
Use CPPUNIT_ASSERT_EQUAL where possible to improve...
tree
|
commitdiff
2006-08-28
Michael Wetherell
Compile fixes.
tree
|
commitdiff
2006-08-28
Michael Wetherell
Compile fix.
tree
|
commitdiff
2006-08-28
Michael Wetherell
We can't define things in someone else's namespace.
tree
|
commitdiff
2006-08-13
Vadim Zeitlin
don't rely on system snprintf() for the tests (patch...
tree
|
commitdiff
2006-08-13
Vadim Zeitlin
fixed wrong test (patch 1532411)
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
added more time span formatting tests
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
handle negative time spans correctly in Format()
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
fixed TestTimeFormat() test: and can use 2 digit...
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
added wxTimeSpan::Format() test
tree
|
commitdiff
2006-07-14
Vadim Zeitlin
test for the bug in HasEntry() which could create non...
tree
|
commitdiff
2006-06-29
Julian Smart
Moved wxRichTextCtrl to its own library
tree
|
commitdiff
2006-06-27
Vadim Zeitlin
fix handling of % in our printf implementation (part...
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
wxString::Trim() test.
tree
|
commitdiff
2006-05-30
Vadim Zeitlin
fix the tests to pass with both gcc and msvc (2nd part...
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
wxVsnprintf() implementation with positional parameters...
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
added assertion_traits<> specialization for wxString...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added ConversionEmpty() test
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
added wxString::EndsWith() (patch 1483049)
tree
|
commitdiff
2006-04-21
Włodzimierz Skiba
Removal of first part of dsw files (as requested by...
tree
|
commitdiff
2006-04-15
Vadim Zeitlin
added wxString::rbegin() and rend()
tree
|
commitdiff
2006-04-05
Vadim Zeitlin
name the test just MBConv instead of MBConvTestCase
tree
|
commitdiff
2006-04-05
Vadim Zeitlin
name the test just Unicode instead of UnicodeTestCase
tree
|
commitdiff
2006-04-05
Vadim Zeitlin
rebaked after adding convautotest.cpp
tree
|
commitdiff
2006-04-05
Vadim Zeitlin
tests for wxConvAuto
tree
|
commitdiff
2006-04-04
Vadim Zeitlin
corrected mistake in the UTF-16 test on big endian...
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
Apple gcc compilation fixes: for it size_t and unsigned...
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
properly terminate UTF-32 test string
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added filename comparison test
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added UTF-32 test
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added test UTF-16 string with embedded NUL NUL which...
tree
|
commitdiff
2006-04-02
Vadim Zeitlin
added test UTF-16 string with embedded NUL NUL not...
tree
|
commitdiff
2006-04-01
Vadim Zeitlin
let the UTF7 test fail but not crash
tree
|
commitdiff
2006-04-01
Vadim Zeitlin
regenerated to add textfiletest
tree
|
commitdiff
2006-04-01
Vadim Zeitlin
made DoTestConversion() work with strings containing...
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
added missing licence information
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
added UTF16 test
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
test predefined wxConvUTF[78] too
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
the expected test result was wrong, corrected; also...
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
fixed if/idef wxHAVE_U_ESCAPE mixup
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
use wxHAVE_U_ESCAPE to accomodate old compilers
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
enable tests using \u escapes for VC7; replaced compile...
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
moved wide char conversion tests to their own file
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
removed wxTextFile test case, what was it doing here?
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
added tests for UTF8 and UTF16 files
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
Unicode compilation fixes
tree
|
commitdiff
2006-03-31
Vadim Zeitlin
added unit test for wxTextFile (reading only for now)
tree
|
commitdiff
2006-03-21
Vadim Zeitlin
added ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
tree
|
commitdiff
2006-02-15
Michael Wetherell
The cyrillic characters used in the CaseChanges() test...
tree
|
commitdiff
2006-02-15
Michael Wetherell
Warning fix
tree
|
commitdiff
2006-02-15
Michael Wetherell
Fix for 64-bit systems
tree
|
commitdiff
2006-02-15
Michael Wetherell
Check encoding names case insensitively
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
added support for 64 bit ints in wx stream classes...
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
compilation fixes for wxUSE_DATETIME==0 (another part...
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
regenerated all makefiles with bakefile 0.2.0; removed...
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
added wxRect::CentreIn()
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
more standard (although less RFC-conformant) treatment...
tree
|
commitdiff
2006-02-05
Roger Gammans
Add flags to test dates struct which allow us to skip...
tree
|
commitdiff
2006-02-05
Roger Gammans
Fix for compiler error with gcc 3.3.5 and cppunit 1...
tree
|
commitdiff
2006-01-21
Michael Wetherell
Rebake all the VC++ project files and makefiles
tree
|
commitdiff
2006-01-06
Vadim Zeitlin
Unicode compilation fix
tree
|
commitdiff
next