Lines Matching refs:expected
190 expected := map[string][]string{
202 for k, expectedValue := range expected {
223 expected := buildDir + "/target/product/test_device/system/etc/bar"
224 if p.installDirPath.String() != expected {
225 t.Errorf("expected %q, got %q", expected, p.installDirPath.String())
265 expected := buildDir + "/target/product/test_device/system/usr/share/bar"
266 if p.installDirPath.String() != expected {
267 t.Errorf("expected %q, got %q", expected, p.installDirPath.String())
282 expected := filepath.Join(buildDir, "host", config.PrebuiltOS(), "usr", "share", "bar")
283 if p.installDirPath.String() != expected {
284 t.Errorf("expected %q, got %q", expected, p.installDirPath.String())
297 expected := buildDir + "/target/product/test_device/system/fonts"
298 if p.installDirPath.String() != expected {
299 t.Errorf("expected %q, got %q", expected, p.installDirPath.String())