Even though test worked, it failed to resolve in eclipse and showed an error. Adding full path to clear error.
Comment From: harawata
@hazendaz , Could this be a plugin issue?
Comment From: hazendaz
Not entirely sure. This is what the error states "Select with id='selectPostsById' not found." Once fully qualified it goes away. I made the fix about a year ago. I'm using latest Eclipse and everything in it is up-to-date. The error persists and is only highlighted 'red' error in mybatis-3.
Better question: Does the test intend to test without it fully qualified on purpose?
Comment From: harawata
@hazendaz , I checked the source and you are right. The incorrect select reference does not seem intentional and this PR should be merged.
Comment From: hazendaz
@harawata Thanks for confirming. I'm merging now.