Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 182 by
tlh...@gmail.com: DemoCompnentTest.testChildNodesCount()
fails on AMP Archetype for 4.1.X
http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=182
What steps will reproduce the problem?
1.Build an AMP Archetype project
2.Edit the POM to do an enterprise install of 4.1.X
3.Run mvn install against the project
3.The build fails
What is the expected output? What do you see instead?
The Build Should Succeed. Instead that build fails on the
DemoComponentTest.testChildNodesCount. The following error is thrown:
Results :
Failed tests:
DemoComponentTest.testChildNodesCount:84 expected:<7> but was:<6>
This is caused because 4.1.X only creates 6 folders in the Company Home
Directory where 4.2.X creates 7.
Changing the following line in DemoComponentTest launched with 4.1.X
versions would resolve the issue:
assertEquals(7, childNodeCount);
to
assertEquals(6, childNodeCount);
What version of the product are you using? On what operating system?
4.1.X, Windows
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings