installationservices/swinstallationfw/test/securitytests/source/usifsecuritytests.cpp
changeset 25 98b66e4fb0be
parent 24 84a16765cd86
--- a/installationservices/swinstallationfw/test/securitytests/source/usifsecuritytests.cpp	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swinstallationfw/test/securitytests/source/usifsecuritytests.cpp	Fri Apr 16 15:05:20 2010 +0300
@@ -31,6 +31,7 @@
 #include "stsfilepathprotection.h"
 #include "stsrollbackalltest.h"
 #include "scrpluginmanagement.h"
+#include "scrapparccomponentspecific.h"
 
 #include <s32file.h>
 
@@ -51,6 +52,7 @@
 	factory->AddTestL(CStsPublicPathSecTest::NewL());
 	factory->AddTestL(CStsRollbackAllSecTest::NewL());
 	factory->AddTestL(CScrPluginManagementSecTest::NewL());
+	factory->AddTestL(CScrApparcComponentSpecificSecTest::NewL());
 
 	return factory;
 	}