You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO, the test in entity_dao_unittest-class.xsl, Line 20 is wrong (or, at least, incomplete). It does not test if the generate-home parameter is set to "true".
Unfortunately I don't have a proper dev environment for C# so I can't provide a pull request...
Affected environment
How to reproduce
Something
) from the list on the left-hand sideExpected behaviour
Assuming that I selected the entity named
Something
and my entity classes are in a package namedcom.example.entity
:.../src/main/java/com/example/entity/Something.java
is created.../src/test/java/com/example/entity/SomethingTest.java
is created.../src/main/java/com/example/entity/dao/SomethingDAO.java
is not created.../src/test/java/com/example/entity/dao/SomethingDAOTest .java
is not createdActual behaviour
.../src/main/java/com/example/entity/Something.java
is created.../src/test/java/com/example/entity/SomethingTest.java
is created.../src/main/java/com/example/entity/dao/SomethingDAO.java
is not created.../src/test/java/com/example/entity/dao/SomethingDAOTest .java
is createdThe text was updated successfully, but these errors were encountered: