TESTCASE:
1. Create Seam War Project
2. Open components.xml
3. Add <factory name="authenticator" /> string in components.xml
4. Save components.xml file
ASSERT: There are no problems for our project
FAIL: Two problems appear:
1. Duplicate variable name "authenticator" - Authenticator.java
2. Duplicate variable name "authenticator" - components.xml
- relates to
-
JBDS-773 Validation sections: update
- Closed