Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1343456

Summary: PicketLink FileBasedMetadataConfigurationStoreUnitTestCase fails on Windows
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Kotek <okotek>
Component: PicketLinkAssignee: Radovan Netuka <rnetuka>
Status: CLOSED EOL QA Contact: Ondrej Kotek <okotek>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.8CC: anmiller, bdawidow, psilva, pskopek, rnetuka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Windows
Last Closed: 2019-08-19 12:45:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ondrej Kotek 2016-06-07 11:27:45 UTC
Description of problem:
org.picketlink.test.identity.federation.core.saml.v2.metadata.FileBasedMetadataConfigurationStoreUnitTestCase#testStore from redhat-picketlink fails on Windows.

Version-Release number of selected component (if applicable):
2.5.4.SP8

How reproducible:
Run the test.

Steps to Reproduce:
mvn -f modules/federation test -Dtest=FileBasedMetadataConfigurationStoreUnitTestCase

Actual results:
java.lang.AssertionError: Did not delete the metadata persistent file
	at org.junit.Assert.fail(Assert.java:93)
	at org.picketlink.test.identity.federation.core.saml.v2.metadata.FileBasedMetadataConfigurationStoreUnitTestCase.testStore(FileBasedMetadataConfigurationStoreUnitTestCase.java:84)
...

Expected results:
The test passes.