The running directory for FitNesse has been updated
This commit is contained in:
		
							parent
							
								
									86def27f5c
								
							
						
					
					
						commit
						010dfb48bc
					
				@ -4,4 +4,4 @@ Suite
 | 
				
			|||||||
!1 Test suite for the Lisp Interpreter
 | 
					!1 Test suite for the Lisp Interpreter
 | 
				
			||||||
!contents -R2 -g -p -f -h
 | 
					!contents -R2 -g -p -f -h
 | 
				
			||||||
!define TEST_SYSTEM {slim} 
 | 
					!define TEST_SYSTEM {slim} 
 | 
				
			||||||
!path ../build/classes/
 | 
					!path build/classes/
 | 
				
			||||||
 | 
				
			|||||||
@ -4,8 +4,8 @@ Test
 | 
				
			|||||||
Shows object composition, a default method, and two different ways of referencing objects.
 | 
					Shows object composition, a default method, and two different ways of referencing objects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| script           | lisp interpreter fixture                |
 | 
					| script           | lisp interpreter fixture                |
 | 
				
			||||||
| show  | evaluate | (load "../lisp/dlambda.lisp")           |
 | 
					| show  | evaluate | (load "lisp/dlambda.lisp")              |
 | 
				
			||||||
| show  | evaluate | (load "../lisp/fruit-counter.lisp")     |
 | 
					| show  | evaluate | (load "lisp/fruit-counter.lisp")        |
 | 
				
			||||||
| check | evaluate | (my-counter :inc-apples)                | 1    |
 | 
					| check | evaluate | (my-counter :inc-apples)                | 1    |
 | 
				
			||||||
| check | evaluate | (my-counter :inc-apples)                | 2    |
 | 
					| check | evaluate | (my-counter :inc-apples)                | 2    |
 | 
				
			||||||
| check | evaluate | (funcall my-counter2 :dec-bananas)      | 9999 |
 | 
					| check | evaluate | (funcall my-counter2 :dec-bananas)      | 9999 |
 | 
				
			||||||
 | 
				
			|||||||
@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					|LispInterpreter.ObjectComposition||09:05:15 Fri, Mar 03, 2017|
 | 
				
			||||||
 | 
					|LispInterpreter||09:04:51 Fri, Mar 03, 2017|
 | 
				
			||||||
|LispInterpreter.LexicalClosures||16:31:40 Thu, Mar 02, 2017|
 | 
					|LispInterpreter.LexicalClosures||16:31:40 Thu, Mar 02, 2017|
 | 
				
			||||||
|LispInterpreter.LexicalClosure||16:26:49 Thu, Mar 02, 2017|
 | 
					|LispInterpreter.LexicalClosure||16:26:49 Thu, Mar 02, 2017|
 | 
				
			||||||
|LispInterpreter.FruitCounter||16:13:51 Thu, Mar 02, 2017|
 | 
					|LispInterpreter.FruitCounter||16:13:51 Thu, Mar 02, 2017|
 | 
				
			||||||
@ -7,5 +9,4 @@
 | 
				
			|||||||
|LispInterpreter.TestClosure||11:24:27 Mon, Feb 27, 2017|
 | 
					|LispInterpreter.TestClosure||11:24:27 Mon, Feb 27, 2017|
 | 
				
			||||||
|LispInterpreter.TestOne||09:26:08 Fri, Feb 24, 2017|
 | 
					|LispInterpreter.TestOne||09:26:08 Fri, Feb 24, 2017|
 | 
				
			||||||
|LispInterpreter.SuiteSetUp||14:27:52 Wed, Feb 22, 2017|
 | 
					|LispInterpreter.SuiteSetUp||14:27:52 Wed, Feb 22, 2017|
 | 
				
			||||||
|LispInterpreter||14:24:41 Wed, Feb 22, 2017|
 | 
					 | 
				
			||||||
|FrontPage||14:15:03 Wed, Feb 22, 2017|
 | 
					|FrontPage||14:15:03 Wed, Feb 22, 2017|
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user