Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextReader fails if emtpy pattern is provided. #8

Closed
GoogleCodeExporter opened this issue Mar 22, 2015 · 3 comments
Closed

TextReader fails if emtpy pattern is provided. #8

GoogleCodeExporter opened this issue Mar 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Added a failing test that is currently ignored.

Original issue reported on code.google.com by torsten....@gmail.com on 5 Apr 2011 at 1:02

@GoogleCodeExporter
Copy link
Author

Issue 9 has been merged into this issue.

Original comment by torsten....@gmail.com on 5 Apr 2011 at 1:03

@GoogleCodeExporter
Copy link
Author

The problem seems to be that ResourceCollectionReaderBase will also try to read 
directories - and fail of course because directories cannot be accessed using 
an InputStream.

Original comment by richard.eckart on 5 Sep 2011 at 7:48

@GoogleCodeExporter
Copy link
Author

- Added parameter: UseDefaultExcludes (default: true)
- Added parameter: IncludeHidden (default: false)
- Fixed bug: trying to read directories as streams
- Activated unit test for reading directories as files
- Fixed bug that unit tests succeed if file names do not match
--
rev 205

Original comment by richard.eckart on 5 Sep 2011 at 8:39

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant