#1 2011-04-05 03:03:56

richard6688
Member
Registered: 2011-04-05
Posts: 31

TestSQl3 problem on delphi XE (win7-64bit)

I downloaded souce (Synopse OpenSource-8195c840e1d682a6)
compile at delphi xe (win7-64bit chinese edition)

some problem found as follows

1.1 Low level common
   -IdemPropName: 1/10 FAILED
   -Soundex: 1/29 FAILED

1.4 Cryptographic routines:
   -Base64: 2/11,994 FAILED

1.6 Synopse PDF
    -TPDFDocumentr: 3/4 FAILED
    -TPdfDocumentGDI: 1/3 FAILED

2.1 Basic classes:
   -TSQLRecord: 4/42 FAILED

2.2 File Based
    Exception ESQLException raised with message unrecognized token "'a??, 1791,1872);"


total assertions failed for all test suits:12/3,097,309

What's the problem about that?

Offline

#2 2011-04-05 18:14:13

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,240
Website

Re: TestSQl3 problem on delphi XE (win7-64bit)

There are problems with character encoding of the source file under Chinese windows.

Make sure all source files have been read as WinAnsi (code page 1252).

Offline

Board footer

Powered by FluxBB