| 
							
							
								 Vadim Zeitlin | 0468a58a4b | don't show assert message boxes in debug build but throw an exception if an assert unexpectedly fails; do check that expected asserts are generated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-12-21 02:28:55 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 6d9407fec4 | fix compilation with cppunit 1.9 (which doesn't have stdCOut()) and some harmless warnings (which probably were fixed in newer cppunit version too) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-11-18 15:51:09 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | afd9046882 | add command line options for displaying the test name and time taken by them (closes #10156) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-11-05 10:08:19 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 2976d6cbc0 | unbuffer cout to work around bug in Debian version of cppunit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-08-27 20:37:44 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9f10e7c758 | no changes, just removed an unnecessary semicolon at top level git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-07-19 15:36:39 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 05b5a45f96 | don't run vsnprintf() test if we're using the system version, there is nothing we can do about its failures then anyhow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-05-30 22:11:51 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 5098c258b2 | compilation fixes for VC6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-01-13 01:13:03 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | c0d9b217a7 | added unit test for some of wxTextCtrl methods and its events generation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-09-26 00:28:31 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | aa3b041ed7 | fix wxCmdLineEntryDesc compilation after latest changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-09-14 23:26:06 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 1f25eb3aa9 | compilation fix after wxCmdLineEntryDesc changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-09-10 22:13:05 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9f7a07ab9f | warn if wxVsnprintf() is not being used git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 02:27:29 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 14dc53b2f3 | Change the format of the output so that you can jump to the error with your editor. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-05-01 20:04:47 +00:00 |  | 
			
				
					| 
							
							
								 Ryan Norton | f44eaed650 | patch 1073385 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-25 20:37:44 +00:00 |  | 
			
				
					| 
							
							
								 Ryan Norton | 8899b155a1 | [ 1068188 ] Precompiled header for the test program [Modified a bit] Regen bakefiles for unit tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-22 05:00:19 +00:00 |  | 
			
				
					| 
							
							
								 Ryan Norton | 4130044adf | Remove silly include (from me I guess :)) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-21 17:11:38 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 3e5f6c1c4f | Patch 1053127 - Test fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-10 21:29:08 +00:00 |  | 
			
				
					| 
							
							
								 Ryan Norton | dd65d8c830 | wxURI.  Move Convert/to/fromURI into uri.cpp so that it is compiled in base.  Regenerate Bakefiles. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-10-27 22:47:26 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 86ca2b4cda | wxUSE_LOG fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-07-20 17:18:49 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | f69577be06 | DMC fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-04-25 11:06:02 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | bc10103ec8 | moved wxRegEx test from console to testsuite (patch 938995) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-04-21 20:17:18 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 8dae91699c | small test suite improvements (patch 937094) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-04-18 20:04:30 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | a81f30662b | test program improvements (patch 927429) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-04-01 11:51:09 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 670ec35765 | applied path 906264: test program git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-03-03 22:56:16 +00:00 |  |