start of tests refactoring; sqlite3 new wrapper fixes

This commit is contained in:
rumpf_a@web.de
2010-02-21 19:42:36 +01:00
parent 6bc16904ed
commit d913fdb280
173 changed files with 206 additions and 238 deletions

View File

@@ -0,0 +1,3 @@
import strutils
echo ParseFloat("5000") / ParseFloat("10")