~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to fcl/db/sdf/testsdf.pp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      Schema.Add('Email');
21
21
      Open;
22
22
      Count:=0;
23
 
      Try 
 
23
      Try
24
24
        While Not EOF do
25
25
          begin
26
26
          Inc(Count);
35
35
      end;
36
36
    finally
37
37
      free;
38
 
    end; 
 
38
    end;
39
39
end;
40
40
 
41
41
begin
42
42
  DoTest;
43
 
end.
 
 
b'\\ No newline at end of file'
 
43
end.