Changes between Version 10 and Version 11 of Future/Jasmine
- Timestamp:
- 09/20/11 12:30:38 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Future/Jasmine
v10 v11 124 124 $ echo 'EnvJasmine.load(EnvJasmine.includeDir + "OpenLayers.js");' >> include/dependencies.js 125 125 }}} 126 1. Change the content of {{{EnvJasmine/lib/envjasmine.html}}} as follows:126 1. change the content of {{{EnvJasmine/lib/envjasmine.html}}} as follows: 127 127 {{{ 128 128 $ cat > lib/envjasmine.html << EOF … … 141 141 EOF 142 142 }}} 143 1. run the {{{Grid.spec.js}}} tests: 144 {{{ 145 $ ./bin/run_test.sh specs/Layer/Grid.spec.js 146 }}} 143 147 144 148 Todo
