Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBJCA-1295] fix MergerTestCase#shouldMergeXaDsAndConnector on java 8 #397

Closed
wants to merge 1 commit into from
Closed

[JBJCA-1295] fix MergerTestCase#shouldMergeXaDsAndConnector on java 8 #397

wants to merge 1 commit into from

Commits on Oct 8, 2015

  1. [JBJCA-1295] fix MergerTestCase#shouldMergeXaDsAndConnector on java 8

    recreate config-property-value from xa-datasource properties, do not hardcode it
    
    expected value was hardcoded:
    DatabaseName=database_name;User=user;ServerName=server_name;PortNumber=5432;Password=password;
    
    but real value generated from xa datasource properties was:
    DatabaseName=database_name;User=user;PortNumber=5432;ServerName=server_name;Password=password;
    simkam committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    12c5683 View commit details
    Browse the repository at this point in the history