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

Unit tests #67

Merged
merged 2 commits into from
Jan 2, 2013
Merged

Unit tests #67

merged 2 commits into from
Jan 2, 2013

Commits on Jan 2, 2013

  1. More unit tests on request log behavior.

    Trying to track down a scenario where production logs show commands executed apparently with no events (as if from cache).
    
    Here is an example from production logs:
    
    PlaylistGet[Executed][0ms]x3, PlaylistGet[SUCCESS][0ms], ViewingHistoryGetViewingHistory[Executed][0ms]x3, ViewingHistoryGetViewingHistory[SUCCESS][0ms]
    
    Note the "Executed" which is a placeholder when no event exists.
    
    So far I have not been able to replicate via unit tests.
    benjchristensen committed Jan 2, 2013
    Configuration menu
    Copy the full SHA
    514b613 View commit details
    Browse the repository at this point in the history
  2. UnitTest for Checked Exceptions

    Adding a unit test for behavior added in #64 and discussed in #63
    benjchristensen committed Jan 2, 2013
    Configuration menu
    Copy the full SHA
    d10ebae View commit details
    Browse the repository at this point in the history