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

Flatten structure of test/extension/io/output/ folder #400

Merged
merged 2 commits into from Oct 29, 2019

Commits on Oct 28, 2019

  1. Flatten structure of test/extension/io/output/ folder

    There is no need for format-specific subfolders.
    There is no code in place that checks if all those folders exist
    and creates them.
    This change simplifies the structure to simplify running of I/O tests.
    mloskot committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    b762dbc View commit details
    Browse the repository at this point in the history
  2. Rename images/jpg/ to images/jpeg/ in tests

    The `jpeg` is name of the format used in the I/O extension
    and the folders inside `images/` are named after those formats.
    mloskot committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9d6eed7 View commit details
    Browse the repository at this point in the history