smartrics / RestFixture

A FitNesse fixture for testing REST services
https://github.com/smartrics/RestFixture/wiki
GNU Lesser General Public License v3.0
97 stars 78 forks source link

NO SUCH FIeld error : DEFAULT_ENCODING #200

Closed konarbalaji closed 8 years ago

konarbalaji commented 8 years ago

I am new to Fitnesse & was trying to connect to REST API but end up getting below error. I checked the src of the RestClient version(smartrics-RestClient-2.0) i am using & I can see DEFAULT_ENCODING defined there but still getting this error. can you please help me solve this ?

default_encoding_err

smartrics commented 8 years ago

Hi not sure, but you're using a very old version of RestFixture. Here you can find the latest

http://mvnrepository.com/artifact/smartrics.restfixture/smartrics-RestFixture/4.1

Use maven (or compatible) to fetch all dependencies, or else build it by cloning this repo.