eclipse-archived / californium.core

Californium project
86 stars 69 forks source link

Fix TD_COAP_CORE_11 to request /separate and expect CON #33

Closed sgso closed 9 years ago

sgso commented 9 years ago

Correct me if I'm wrong, but whenever I had a look on these test specifications, test 11 should be verified like in this commit. See https://rawgit.com/cabo/td-coap4/master/base.html

mkovatsc commented 9 years ago

Wow, interesting how long this bug survived! :) Thanks! Do you have a committer agreement with Eclipse? (If not and you would prefer no paperwork, I could simply commit this quick fix myself.)

sgso commented 9 years ago

I don't have one and no pressing need for one, so please do it yourself.

sgso commented 9 years ago

@mkovatsc ping

mkovatsc commented 9 years ago

Done in 5e9d40d1ac7a618600dc5b9f6925201014827877.

(However, with the Token now in the base header instead of an option, the test case is basically identical to CC09.)