Phil Nash 
							
						 
					 
					
						
						
							
						
						bcad093af7 
					 
					
						
						
							
							Console reporter is now the default  
						
						 
						
						
						
						
					 
					
						2012-12-10 08:54:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						f4c0a1848d 
					 
					
						
						
							
							console reporter is now a full replacement for the basic reporter, using the new streaming interface directly  
						
						 
						
						
						
						
					 
					
						2012-12-09 21:46:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						51f0572209 
					 
					
						
						
							
							Added approval test for aborted test results (-a)  
						
						 
						
						
						
						
					 
					
						2012-12-09 11:33:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						602880f5ab 
					 
					
						
						
							
							Approval filenames are now approvedResults.txt and unapprovedResults.txt (only the former is checked in)  
						
						 
						
						
						
						
					 
					
						2012-12-01 19:11:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						209e89bcb9 
					 
					
						
						
							
							Removed some more test cruft  
						
						 
						
						
						
						
					 
					
						2012-12-01 19:09:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						37ce023a30 
					 
					
						
						
							
							Removed mocked output logging tests in favour of approval tests  
						
						 
						
						
						
						
					 
					
						2012-12-01 09:13:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						994e64c217 
					 
					
						
						
							
							Added xml and junit output  
						
						 
						
						... 
						
						
						
						- also fixed a typo in a test name 
						
						
					 
					
						2012-11-29 08:49:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						22694335a5 
					 
					
						
						
							
							Scripts for running approval tests using diff.  
						
						 
						
						... 
						
						
						
						Runs CATCH, filters results (truncates paths, removes hex digits which are probably pointers) then diffs the results) 
						
						
					 
					
						2012-11-29 08:41:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						4b36001698 
					 
					
						
						
							
							Tightened up ReporterConfig and added it to LegacyReporterAdapter  
						
						 
						
						
						
						
					 
					
						2012-11-26 23:28:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						f9d92634f5 
					 
					
						
						
							
							First cut of using new streaming reporter interface - using an adapter to map back to the legacy interface  
						
						 
						
						... 
						
						
						
						Doesn't do sections or the query functions (e.g. shouldRedirectStdOut) 
						
						
					 
					
						2012-11-25 21:43:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8baa06c63e 
					 
					
						
						
							
							Split TestCaseInfo into a data only component and the test case function and behaviour.  
						
						 
						
						... 
						
						
						
						Reporters only get to see the former 
						
						
					 
					
						2012-11-25 11:19:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						deb3e9d4c4 
					 
					
						
						
							
							Fixed SUCCEED so it logs message in basic reporter  
						
						 
						
						... 
						
						
						
						Reverted previous change so that tests with no assertions but INFO macros now warn again (but an explicit SUCCEED does not) 
						
						
					 
					
						2012-11-21 08:49:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						5d248c98bf 
					 
					
						
						
							
							Moved code that detects absence of assertions closer to where end of test case is reported (ready for merging).  
						
						 
						
						... 
						
						
						
						Also now considers info macros when warning (i.e. an empty test case with an INFO() will not warn). 
						
						
					 
					
						2012-11-21 08:19:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						db48a6dfda 
					 
					
						
						
							
							Updated baselines  to include NoAssertions warning  
						
						 
						
						
						
						
					 
					
						2012-11-20 21:13:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						5497cd816f 
					 
					
						
						
							
							Expanded baseline to include all tests  
						
						 
						
						
						
						
					 
					
						2012-11-20 08:28:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d0cc33f284 
					 
					
						
						
							
							Unchecked exceptions don't report previous assertions message (only its line number)  
						
						 
						
						
						
						
					 
					
						2012-11-17 17:22:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						75b89a9763 
					 
					
						
						
							
							New baselines  
						
						 
						
						... 
						
						
						
						As well as some new tests these baselines were generated using > instead of -o, so includes messages sent to stdout and not visible in the directed output 
						
						
					 
					
						2012-11-17 10:48:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						7717c29072 
					 
					
						
						
							
							Implemented CHECK_NOFAIL  
						
						 
						
						... 
						
						
						
						Previous commit missed some files 
						
						
					 
					
						2012-11-13 09:45:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						d539da9030 
					 
					
						
						
							
							Implemented CHECK_NO_FAIL  
						
						 
						
						
						
						
					 
					
						2012-11-13 09:44:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						f54ac5625e 
					 
					
						
						
							
							New (combined) baselines  
						
						 
						
						
						
						
					 
					
						2012-11-10 18:44:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Phil Nash 
							
						 
					 
					
						
						
							
						
						8f4cc541d5 
					 
					
						
						
							
							Added regression test baselines  
						
						 
						
						
						
						
					 
					
						2012-10-29 19:55:34 +00:00