-
Bug
-
Resolution: Done
-
Minor
-
EAP 5.0.0.BETA
-
None
-
Solaris 9/10 both x86 and sparc
HPUX both ia64 and risc
The test case ServiceBindingManagedObjects.validateSBMContent is having some problems with hostnames:
<testcase classname="org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase" name="testValidateSBMContent" time="7.371">
<failure message="expected:</10.16.94.208>; but was:<localhost/127.0.0.1>" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: expected:</10.16.94.208> but was:<localhost/127.0.0.1>
at org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase.serviceBindingSetTest(ServiceBindingManagedObjectsTestCase.java:305)
at org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase.testValidateSBMContent(ServiceBindingManagedObjectsTestCase.java:198)
</failure>
Seems as though 127.0.0.1 is getting picked up somewhere along the line instead of the bound IP address.
- duplicates
-
JBAS-7055 testValidateSBMContent having problems with hostnames
- Closed