Browse Source

* fcl-db/tests: disable storing dbfs by default.

git-svn-id: trunk@24126 -
reiniero 12 years ago
parent
commit
539e977273
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/tests/dbftoolsunit.pas

+ 1 - 1
packages/fcl-db/tests/dbftoolsunit.pas

@@ -10,7 +10,7 @@ Because of this, we use file-backed dbfs instead of memory backed dbfs
 {$ENDIF}
 
 // If defined, do not delete the dbf files when done but print out location to stdout:
-{$DEFINE KEEPDBFFILES}
+{.$DEFINE KEEPDBFFILES}
 
 interface