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

Adding both WebSocket tests to /test-integration/ to verify behavior that is causing problems from within OSGi. #3172

Merged
merged 1 commit into from
Mar 21, 2019

Commits on Mar 21, 2019

  1. Adding both WebSocket tests to /test-integration/ to verify behavior

    that is causing problems from within OSGi.
    
    + Renamed TestableJettyServer to XmlBasedJettyServer to avoid
      it being picked up as a Test class (due it starting with the
      name "Test")
    + Renamed .addConfiguration() to .addXmlConfiguration() to
      reflect true nature, and also to avoid naming confusion
      with new Configuration infrastructure in Jetty.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    b351631 View commit details
    Browse the repository at this point in the history