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

Small fixes #56

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Small fixes #56

wants to merge 7 commits into from

Conversation

foxeng
Copy link

@foxeng foxeng commented Apr 10, 2019

The majority is just about typos / formatting / rough edges.
Commit 0a71dbf undoes part of what 477d5cc introduced, where UmlDocTest would exit (successfully) before comparing the doclet output to the reference. This unfortunately masked some failing tests (e.g. testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot), where a class relation multiplicity does not appear. These tests now fail.

@foxeng
Copy link
Author

foxeng commented Apr 10, 2019

As it turns out, the multiplicity was indeed included in the generated diagrams, but there is an overlap between the labels and the arrows in the generated diagrams, which makes it very hard to discern (this seems to be a difficult issue to address, UmlGraph can only try to work around it as it is supposed to be taken care of by GraphViz). I manually checked the test output and everything seems fine, so I updated the reference files in the test suite.
image

@dspinellis
Copy link
Owner

Thanks! We still seem to have some failing tests. Can you please look into it?

BTW In the future we'd like to have the tests be less brittle.

@foxeng
Copy link
Author

foxeng commented Apr 10, 2019

I 've spent some time trying to figure it out, but I haven't marked any progress yet because I can't seem to reproduce the failure: the tests succeed on all the setups I 've tried and unfortunately travis' log indicates a crash, but no relevant output (just an exit with a non-zero return code when running UmlGraphDoc).

I 'd be grateful if you could test it as well since I might be missing something here. Thank you for your time!

@dspinellis
Copy link
Owner

Sadly, I can't test it locally, until we resolve #57.

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

Successfully merging this pull request may close these issues.

None yet

2 participants