forestdb.lib: Fix file name for test db.
parent
5208f8bf4f
commit
d5834dd7c6
|
@ -1,11 +1,12 @@
|
||||||
! Copyright (C) 2014 Doug Coleman.
|
! Copyright (C) 2014 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.c-types alien.data alien.strings
|
USING: accessors alien.c-types alien.data alien.strings
|
||||||
combinators destructors forestdb.ffi fry io.pathnames kernel
|
combinators destructors forestdb.ffi fry io.files.temp
|
||||||
libc namespaces sequences tools.test ;
|
io.pathnames kernel libc namespaces sequences tools.test ;
|
||||||
IN: forestdb.lib
|
IN: forestdb.lib
|
||||||
|
|
||||||
CONSTANT: forestdb-test-path "resource:forestdbs/first.fdb"
|
: forestdb-test-path ( -- path )
|
||||||
|
"forestdb-test.fdb" temp-file ;
|
||||||
|
|
||||||
{ "val123" } [
|
{ "val123" } [
|
||||||
forestdb-test-path [
|
forestdb-test-path [
|
||||||
|
|
Loading…
Reference in New Issue