Browse Source

* fcl-db: cosmetic

git-svn-id: trunk@26248 -
reiniero 11 years ago
parent
commit
8c6fb52940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/tests/testbasics.pas

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

@@ -24,7 +24,7 @@ type
     procedure TestFieldDefWithoutDS;
     procedure TestGetParamList;
     procedure TestGetFieldList;
-    procedure TestExtractFieldName;
+    procedure TestExtractFieldName; //move record then copy. Is copy identical? Has record position changed?
   end;
 
 implementation