Achim Gratz
							
						 | 
						
							
							
								e63a7ff70c
							
							org-test: prepare for more selective batch testing
						 | 
						12 years ago | 
					
				
					
						
							
								   Michael Brand
							
						 | 
						
							
							
								92f3729857
							
							Allow also "#+NAME: table" for remote references
						 | 
						12 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								9f17654913
							
							testing/: Merge org-test-ob-consts.el into org-test.el
						 | 
						12 years ago | 
					
				
					
						
							
								   Achim Gratz
							
						 | 
						
							
							
								6bc6a361b0
							
							Ensure that new exporter gets tested in batch mode
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Goaziou
							
						 | 
						
							
							
								1cac3127c2
							
							Fix tests related to export
						 | 
						12 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								60b23bdeac
							
							Merge branch 'maint'
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								98cd4687a2
							
							Update copyright years.
						 | 
						13 years ago | 
					
				
					
						
							
								   Michael Brand
							
						 | 
						
							
							
								ce1a8465b5
							
							Add ERT for table alignment within Org buffer
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								fa0e8feea8
							
							org-test.el (org-test-with-temp-text-in-file): Wrap ,@body into (progn ...).
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								8f3b8ee44c
							
							testing/org-test.el: Fix `org-test-with-temp-text'.
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								ecd0562c5f
							
							Fix the master branch.
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								de42649f7b
							
							Manually revert maint to e85080.
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								73bb18ba37
							
							Manually revert to the Release 7.8.04 tag.
						 | 
						13 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								6e534f9c61
							
							Manually revert back to commit e85080.
						 | 
						13 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								a3a48f698f
							
							ensure that test constants are loaded by org-test.el
						 | 
						13 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								618eb91e12
							
							fully remove contrib/ from the test infrastucture
						 | 
						13 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								85974ce727
							
							killing all of the test buffers
						 | 
						13 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								b0eebd1ae1
							
							be a little nicer about burying buffers used in running tests
						 | 
						13 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								7423c15d3e
							
							added edbug specs for testing macro
						 | 
						14 years ago | 
					
				
					
						
							
								   Martyn Jago
							
						 | 
						
							
							
								49de19ba02
							
							Modify macro `org-test-with-temp-text-in-file' to work on emacs 22. * testing/org-test.el:
						 | 
						14 years ago | 
					
				
					
						
							
								   Bastien Guerry
							
						 | 
						
							
							
								e44d2975ff
							
							Fix copyright (to 2012) year and Org version (to 7.8.03).
						 | 
						14 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								1f206ed477
							
							new testing macro for in-file execution with temp text
						 | 
						14 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								9702f5520e
							
							revert changes to interactive function `org-test-run-all-tests'
						 | 
						14 years ago | 
					
				
					
						
							
								   Martyn Jago
							
						 | 
						
							
							
								0440b83ac5
							
							Changes to fix sandboxed tests to suit the standard code block syntax, and some changes to reduce ID testing scope and improve result gathering. * testing/org-test.el: Add org as an executable language for sand-boxed testing to suit the standard code block syntax. Use .org-test-id-locations as ID file temporarily whilst testing. Add `org-test-update-id-locations' to do just that. Clear *Messages* buffer and temporarily set `message-log-max to t to ensure capturing entire test backtrace.
						 | 
						14 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								630b9c80ca
							
							Indicate tests with missing dependencies by adding a expected failing test
						 | 
						14 years ago | 
					
				
					
						
							
								   Martyn Jago
							
						 | 
						
							
							
								49d6951caa
							
							Fix don't load symlinks (Emacs interlocking files) * testing/org-test.el: During test development various interlocking files may be present in testing/lisp directory (since they are being edited by emacs). Currently org-test-load will attempt to load these
						 | 
						14 years ago | 
					
				
					
						
							
								   Martyn Jago
							
						 | 
						
							
							
								0cc18ed120
							
							Avoid loading (and failing) symbolic links (interlocking files) * testing/org-test.el: During test development various interlocking files may be present in testing/lisp directory (since they are being edited by emacs). Currently org-test-load will attempt to load these and fail.
						 | 
						14 years ago | 
					
				
					
						
							
								   Tassilo Horn
							
						 | 
						
							
							
								4bbdfd229d
							
							Replace org-mode-p with usual (eq major-mode 'org-mode) check
						 | 
						14 years ago | 
					
				
					
						
							
								   Eric Schulte
							
						 | 
						
							
							
								832fd8b415
							
							less hacky check for executables when loading tests
						 | 
						14 years ago | 
					
				
					
						
							
								   David Maus
							
						 | 
						
							
							
								07d11a6847
							
							Make sure Org mode is turned on after loading the example file
						 | 
						14 years ago |