Home | History | Annotate | Download | only in update_engine

Lines Matching refs:props

64   ImageProperties props = LoadImageProperties(&fake_system_state_);
65 EXPECT_EQ("arm-generic", props.board);
66 EXPECT_EQ("{87efface-864d-49a5-9bb3-4b050a7c227a}", props.product_id);
67 EXPECT_EQ("0.2.2.3", props.version);
68 EXPECT_EQ("dev-channel", props.current_channel);
69 EXPECT_EQ("http://www.google.com", props.omaha_url);
76 ImageProperties props = LoadImageProperties(&fake_system_state_);
77 EXPECT_EQ("{58c35cef-9d30-476e-9098-ce20377d535d}", props.product_id);
85 ImageProperties props = LoadImageProperties(&fake_system_state_);
86 EXPECT_EQ("0.2.2.3", props.version);
90 ImageProperties props = LoadImageProperties(&fake_system_state_);
91 EXPECT_EQ("", props.version);
106 ImageProperties props = LoadImageProperties(&fake_system_state_);
107 EXPECT_EQ("x86-generic", props.board);
108 EXPECT_EQ("dev-channel", props.current_channel);
109 EXPECT_EQ("https://www.google.com", props.omaha_url);
128 ImageProperties props = LoadImageProperties(&fake_system_state_);
129 EXPECT_EQ("arm-generic", props.board);
130 EXPECT_EQ("dev-channel", props.current_channel);
131 EXPECT_EQ("https://www.google.com", props.omaha_url);
144 ImageProperties props = LoadImageProperties(&fake_system_state_);
145 EXPECT_EQ("stable-channel", props.current_channel);
146 EXPECT_EQ("b", props.product_id);
156 ImageProperties props = LoadImageProperties(&fake_system_state_);
157 EXPECT_EQ("canary-channel", props.current_channel);
158 EXPECT_EQ("c", props.canary_product_id);
167 ImageProperties props = LoadImageProperties(&fake_system_state_);
168 EXPECT_EQ("stable-channel", props.current_channel);
169 EXPECT_EQ("r", props.product_id);