cqfn / veniq

Veniq uses Machine Learning to analyze source code, find possible refactorings, and suggest those that seem optimal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASTNode test fails

lyriccoder opened this issue · comments

======================================================================
FAIL: test_class_computed_fields (test.ast_framework.test_ast_node.ASTNodeTestSuite)

Traceback (most recent call last):
File "D:\git\veniq\test\ast_framework\test_ast_node.py", line 22, in test_class_computed_fields
self.assertEqual(java_class.documentation, "/\n* Some documentation\n*/")
AssertionError: '/
\r\n* Some documentation\r\n*/' != '/**\n* Some documentation\n*/'

  • /**
    ? -
  • /**
    • Some documentation
      ? -
    • Some documentation
      */

Was solved in #48
Closing as obsolete.