Created
March 5, 2012 16:11
-
-
Save iocanel/1979047 to your computer and use it in GitHub Desktop.
Setting pax-exam probe to import packages with provisional status.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ProbeBuilder | |
public TestProbeBuilder probeConfiguration(TestProbeBuilder probe) { | |
probe.setHeader(Constants.DYNAMICIMPORT_PACKAGE, "*;status=provisional"); | |
return probe; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment