Jens Wille
Jens Wille
Well, yes, I'm aware of it ;) Until now, I haven't bothered to fix it because I was working on a completely new implementation based on Ripper. But I got...
I'm sorry but I'm no longer using this library nor RubyInstaller/Windows. Hence, I've decided to give up maintainership. Please contact me if somebody wants to take over.
I'm sorry but I'm no longer using this library nor Windows. Hence, I've decided to give up maintainership. Please contact me if somebody wants to take over.
I don't think I can confirm. First of all, `AlmaMarc21XmlToLobidJsonTest.setup()` sets `GENERATE_TESTDATA = true`, so the test doesn't actually test anything (AFAIUI). But even after removing that line, executing `mvn...
There's almost definitely something fishy going on... When shuffling the file list, catching the `AssertionError` and then just printing the failing file names, it becomes apparent that the failures are...
> the tests are not working I suspect both issues have exactly the same root cause. Your tests don't give reliable results (seems to be the `location` issue mentioned above),...
So [here](https://github.com/blackwinter/metafacture-core/tree/issue-366-inconsistent-transformation)'s a heavily reduced test case that hopefully still catches the essence of this issue (at least w.r.t. questions 2 and 4, maybe 3). You can run it with...
`metafacture-fix` could also benefit from this.
Maybe also print Morph/Fix script on failure.
> As these scripts can comprise several thousand lines Not usually in tests, though, right? Those are (almost?) always small scripts with the minimum number of instructions required for the...