Ben Kircher

Results 41 comments of Ben Kircher

Well, OTOH, each individual test case should clean-up after itself. Can you figure out which test case does leave everything around and why?

> Wouldn't this have a high impact on test performance? Why? All test cases clean-up in TearDown() methods already. And test execution is still okay, absolutely bearable, IMO.

> I'll check out how I can clean them up with tear_down() Thank you. Keep in mind to search for the test cases that create these items first. The items...

Hi Karen! Android support would be a great addition and I would definitely like to merge any changes in that direction. > How do I go about submitting the changes...

Would be nice if we could support Android NDK in our CI matrix. AFAIK, [only Android SDK](https://docs.travis-ci.com/user/languages/android/) is supported in Travis CI builds.

CircleCI apparently [pre-installs Android NDK](https://circleci.com/mobile/android/).

Seems like there is no libcurl for Android NDK.

> That’s not true. We use libcurl in Android NDK programs. I’m using ews-cpp right now under NDK. You're probably absolutely right. I'm totally new to Android.

This is addressed in PR #38