VintfObjectTest: fix properties am: 2d983fc0f5
am: 2a8a204d78

Change-Id: I38ef30a341ccb4c1a501190fd5f58484e158c56f
diff --git a/test/vintf_object_tests.cpp b/test/vintf_object_tests.cpp
index 349426f..a0bfa78 100644
--- a/test/vintf_object_tests.cpp
+++ b/test/vintf_object_tests.cpp
@@ -774,6 +774,10 @@
 
 class DeviceManifestTest : public VintfObjectTestBase {
    protected:
+    virtual void SetUp() {
+        VintfObjectTestBase::SetUp();
+        setFakeProperties();
+    }
 
     // Expect that /vendor/etc/vintf/manifest.xml is fetched.
     void expectVendorManifest() { expectFetch(kVendorManifest, vendorEtcManifest); }