fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

check type before setting to object #37

Closed Frees closed 9 years ago

RobertoSchneiders commented 9 years ago

@Frees can you write a test for this problem?

RobertoSchneiders commented 9 years ago

We already have a test class for DBXJsonUnMarshal.pas, wich is TestDbxJsonUnMarshal.pas. It would be better to put this test with the others. Don't you think?

You have some changes on the DelphiXE3_RestApiTests.dproj file, are you sure that's necessary?

Frees commented 9 years ago

I commited test for my change

Frees commented 9 years ago

I added check for expected values

RobertoSchneiders commented 9 years ago

:+1:
Thanks @Frees.