You are not logged in.
Hi,
Please bare with me.
I'm using XE6 on Windows 7 64bit.
I've extracted the mORMot zip file to a directory (C:\SW\mORMot\Lib118).
I've then added the following directories to the 'Library path' and 'Browsing path' for each of the platforms (Android, iOS Device, 32-bit Windows, OSX, 64-bit Windows and iOS Simulator):
C:\SW\mORMot\Lib118
C:\SW\mORMot\Lib118\SQLite3
C:\SW\mORMot\Lib118\SynDBDataset
C:\SW\mORMot\Lib118\CrossPlatform
I then compiled and ran the project TestSQL3Register under the SQLite3 directory.
Then I opened the project TestSQL3 and built it successfully.
When I ran it, it passed 1.1 Low Level common successfully, but failed in 1.2 low level types on the third test. RTTI and Url encoding passed.
The error I get is 'ECrtSocket with message 'Socket open creation error on api.discogs.com:80(0)'.
If I select Continue, the application indicates the test passed and continue to the end successfully and showing all tests was successful. I'm pretty sure that that one test actually failed, but i do not know why or what to do to fix it.
Any help would be appreciated.
Thanx,
Johan
Offline
The tests need some reference JSON files from github, used to validate its JSON process.
I guess you are behind a proxy.
Try to get and put the files in the directory by hand.
Offline