comparison org/test.org @ 306:7e7f8d6d9ec5

massive spellchecking
author Robert McIntyre <rlm@mit.edu>
date Sat, 18 Feb 2012 10:59:41 -0700
parents a1e421d9c485
children bb3f8a4af87f
comparison
equal deleted inserted replaced
305:19c43ec6958d 306:7e7f8d6d9ec5
1 #+title: Test Suite 1 #+title: Test Suite
2 #+author: Robert McIntyre 2 #+author: Robert McIntyre
3 #+email: rlm@mit.edu 3 #+email: rlm@mit.edu
4 #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. 4 #+description: Simulating a body (movement, touch, proprioception) in jMonkeyEngine3.
5 #+SETUPFILE: ../../aurellem/org/setup.org 5 #+SETUPFILE: ../../aurellem/org/setup.org
6 #+INCLUDE: ../../aurellem/org/level-0.org 6 #+INCLUDE: ../../aurellem/org/level-0.org
7 7
8 * Tests 8 * Tests
9 9
15 (:require [cortex.test touch vision body hearing]) 15 (:require [cortex.test touch vision body hearing])
16 (:import com.jme3.app.state.AppState 16 (:import com.jme3.app.state.AppState
17 com.jme3.system.AppSettings)) 17 com.jme3.system.AppSettings))
18 18
19 (defn run-world 19 (defn run-world
20 "run the simulation and wait until it closes proprely." 20 "run the simulation and wait until it closes properly."
21 [world] 21 [world]
22 (let [lock (promise)] 22 (let [lock (promise)]
23 (.enqueue 23 (.enqueue
24 world 24 world
25 (partial 25 (partial