diff options
author | Kelvin Zhang <zhangkelvin@google.com> | 2020-07-21 17:31:19 -0400 |
---|---|---|
committer | Kelvin Zhang <zhangkelvin@google.com> | 2020-07-31 14:53:55 -0400 |
commit | 9dd9305611074c2b16d0f6efb532efe739f2521c (patch) | |
tree | a7b47f37c0cf27fd0d1993e4cc6ceddf2e99e731 /common/action_pipe.h | |
parent | e283ce414e749e599d0ffad31897bc5e25450cad (diff) |
Add unit test for fallback route of manifest cache
Test: Run atest
Change-Id: Icc6a2c809c571c3ad8e16a863c37afd8d4042ed6
Diffstat (limited to 'common/action_pipe.h')
-rw-r--r-- | common/action_pipe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/action_pipe.h b/common/action_pipe.h index 0c98ee13..4c568126 100644 --- a/common/action_pipe.h +++ b/common/action_pipe.h @@ -79,6 +79,8 @@ class ActionPipe { private: ObjectType contents_; + // Give unit test access + friend class DownloadActionTest; // The ctor is private. This is because this class should construct itself // via the static Bond() method. |