Mercurial > cortex
diff org/test.org @ 68:6cd5a034d855
moved test namespaces
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 09 Dec 2011 21:33:05 -0600 |
parents | 6f74d89fb8b3 |
children | 39e4e1542e4a |
line wrap: on
line diff
1.1 --- a/org/test.org Thu Dec 08 20:58:40 2011 -0600 1.2 +++ b/org/test.org Fri Dec 09 21:33:05 2011 -0600 1.3 @@ -9,8 +9,8 @@ 1.4 1.5 #+name: body-main 1.6 #+begin_src clojure 1.7 -(ns test.all 1.8 - (:require [test touch vision]) 1.9 +(ns cortex.test 1.10 + (:require [cortex.test touch vision]) 1.11 (:import com.jme3.app.state.AppState 1.12 com.jme3.system.AppSettings)) 1.13 1.14 @@ -68,7 +68,7 @@ 1.15 #+end_src 1.16 1.17 * COMMENT generate Source. 1.18 -#+begin_src clojure :tangle ../src/test/all.clj 1.19 +#+begin_src clojure :tangle ../src/cortex/test.clj 1.20 <<body-main>> 1.21 #+end_src 1.22