commit | 8472efa59518a6e28db6da249685d65f49ce8244 | [log] [tgz] |
---|---|---|
author | Marc-Antoine Ruel <maruel@chromium.org> | Tue Mar 18 14:32:50 2014 -0400 |
committer | Marc-Antoine Ruel <maruel@chromium.org> | Tue Mar 18 14:32:50 2014 -0400 |
tree | 816b5639b51ada4604fee23d460dae62a1a8ff02 | |
parent | a11e2e1c695cbac72f5e2766d8e7680989ea26c1 [diff] |
Fix two bugs relating to --isolated missing and .isolate file being copied. Using isolate.py run without --isolated would crash. If a user copy (and not move) a .isolate file from one location to another, silently drop the saved state instead of throwing an exception. Add unit test for both issues. R=vadimsh@chromium.org BUG= Review URL: https://codereview.appspot.com/77480043