LivingDocumentation / dot-diagram

A simple Java wrapper on top of Graphviz dot
Apache License 2.0
28 stars 8 forks source link

tests failing #4

Open awynne opened 8 years ago

awynne commented 8 years ago

mvn install fails:

Running org.livingdocumentation.dotdiagram.DotWriterTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.062 sec <<< FAILURE!
Running org.livingdocumentation.dotdiagram.DotGraphTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.025 sec <<< FAILURE!

Results :

Tests in error: 
  render(org.livingdocumentation.dotdiagram.DotWriterTest)
  test_simple_preloadNodes(org.livingdocumentation.dotdiagram.DotGraphTest)
  test_cluster(org.livingdocumentation.dotdiagram.DotGraphTest)
  test_simple(org.livingdocumentation.dotdiagram.DotGraphTest)

Tests run: 4, Failures: 0, Errors: 4, Skipped: 0
binout commented 7 years ago

Can you give more details on failure ?

javathought commented 7 years ago

I confirm : details needed. I made the first deploy to maven repo. All tests passed.