brown-uk / dict_uk

Project to generate POS tag dictionary for Ukrainian language
GNU General Public License v3.0
561 stars 73 forks source link

Fix test assets. Cannot run `./gradlew expand` without correct assets. #156

Closed Lukom closed 6 years ago

Lukom commented 6 years ago

When I run ./gradlew expand from the readme instructions I get an error:

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/lllukom/projects/dict_uk/build.gradle' line: 190

* What went wrong:
Execution failed for task ':testExpand'.
> assert noTestOutputChange
         |
         false

It appears that test assets are missing some words. After fixing these test assets expand command has worked successfully.

arysin commented 6 years ago

thanks!