opentok / Opentok-Java-SDK

OpenTok Server SDK for Java
https://tokbox.com/developer
MIT License
26 stars 64 forks source link

Unit tests don't compile #6

Closed barnyrelph closed 12 years ago

barnyrelph commented 12 years ago

Currently your unit tests don't compile at all. They're still pointing to the API key and secret fields of API_Config. I guess it's hard to commit your API key+secret to a public code repository. Perhaps read in Java system properties for these values, so it'll compile and you can pass your key+secret at runtime.

pedrick commented 12 years ago

Thanks for catching this for us. See the README for test instructions.

barnyrelph commented 12 years ago

lovely, thanks very much for the speedy response!

Barny

On 18 September 2012 19:39, pedrick notifications@github.com wrote:

Thanks for catching this for us. See the README for test instructions.

— Reply to this email directly or view it on GitHubhttps://github.com/opentok/Opentok-Java-SDK/issues/6#issuecomment-8665341.