gjoseph / BarbaryWatchService

An implementation of Java 7’s WatchService for OS X
41 stars 10 forks source link

Test #5

Closed gjoseph closed 2 years ago

gjoseph commented 9 years ago

Ugh. Since #4 and @rpardini 's comments, I tried writing a little test. It won't be a unit test, but eh. And it seems indeed that the watcher is utterly slow. Either I messed something up in the migration, or the test is silly, but either I'd like to have one that work (and/or fix the issue if any) before releasing.

gjoseph commented 9 years ago

Demo shows it's working fine, I'll work on better tests for the Java7 version

gjoseph commented 2 years ago

no I won't