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

Testing 1-2-3: Fix test warnings in all but lift-mongodb and lift-mongodb-record #1542

Merged
merged 13 commits into from Apr 18, 2014

Commits on Apr 16, 2014

  1. Copy the full SHA
    bfa7f35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a28f61 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dbaaf06 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9b370d1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1e7b145 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8c7bbc6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b8c5bbe View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1fcb0c2 View commit details
    Browse the repository at this point in the history
  9. Fix ne comparison warnings in lift-mapper tests.

    In MapperSpec, because the providers list was inferred to
    have type List[DbProviders.H2MemoryProvider], comparisons
    to avoid testing certain things against MySql and other
    providers were causing warnings.
    
    We fix this by being explicit about the type of the providers list.
    This is important because the spec is structured so that you
    can just add other providers if you have them set up properly
    and test mapper as needed against those providers.
    Shadowfiend committed Apr 16, 2014
    Copy the full SHA
    783e67a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    930f5b2 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9bcda88 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    97c08c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2014

  1. Copy the full SHA
    b19f20f View commit details
    Browse the repository at this point in the history