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

Use test server to make sure that attributes with quotes are escaped #1

Merged
merged 2 commits into from
Dec 12, 2023

Commits on Jun 2, 2023

  1. Debugging engine issues

    I've gotten testing setup so that we can spin up Xpublish in the background and test real clients against it.
    
    Works on #18
    abkfenris committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    347c052 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Use test server to make sure that attributes with quotes are escaped

    Builds upon #48 by merging in the live server testing from #20 (with a few of the failing tests disabled from there that are in response to another issue).
    
    The live server has an additional dataset that is specifically focused on testings if attributes with double quotes are correctly round tripped via the OpenDAP plugin.
    
    Merge branch 'test-server' into quote-with-server
    abkfenris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d12c661 View commit details
    Browse the repository at this point in the history