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

Include various client related strings in test data #5224

Merged
merged 3 commits into from
Jul 9, 2020

Commits on Jul 7, 2020

  1. Adds special test strings for client testing

    One can get all the client source strings by using the
    `NUM_SOURCES=ALL make dev` command. The `make dev` command will
    create 2 sources as usual. One can also assign the number of sources
    (say 10) by `NUM_SOURCES=10 make dev` command.
    
    Fixes #1080
    
    Special strings sourced from:
    https://github.com/freedomofpress/securedrop-client/wiki/Message-Test-Data
    kushaldas authored and eloquence committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d552de6 View commit details
    Browse the repository at this point in the history
  2. Add special string replies; remove magic number

    Allie Crevier authored and eloquence committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9d82324 View commit details
    Browse the repository at this point in the history
  3. Fix missing comma

    eloquence committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d4af328 View commit details
    Browse the repository at this point in the history