• rlarocque@chromium.org's avatar
    sync: Re-enable some migration integration tests · e5075d62
    rlarocque@chromium.org authored
    Removes the "ShouldRunMigrationTest()" check from the migration tests.
    This check was preventing the tests from being run, but did not cause
    them to emit any errors.
    
    Sets these tests to use the legacy python server, since the in-process
    server does not yet support migration.
    
    Removes a DCHECK in StatusChangeChecker, since the MigrationChecker
    won't work when that condition is enforced.  We can look into
    re-enabling it at some later point.
    
    Disables many of the migration tests.  They've been broken by changes
    made to the code since they were disabled.
    
    BUG=392989
    
    Review URL: https://codereview.chromium.org/387763002
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282654 0039d316-1c4b-4281-b951-d872f2087c98
    e5075d62
status_change_checker.cc 1.49 KB