backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestoreasync.cpp
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
--- a/backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestoreasync.cpp	Tue Aug 31 16:03:15 2010 +0300
+++ b/backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestoreasync.cpp	Wed Sep 01 12:20:56 2010 +0100
@@ -200,12 +200,9 @@
 		{
 		RestoreJavaMidletDataL();
 		
-		if (iIsPartial)
-		    {
-            // passive
-            SupplyPassiveSnapshotDataL();
-            RestorePassiveBaseDataL();
-		    }
+		// passive
+		SupplyPassiveSnapshotDataL();
+		RestorePassiveBaseDataL();
 		
 		//active
 		SupplyActiveSnapshotDataL();
@@ -219,19 +216,17 @@
 		*/
 		{
 		RestoreJavaMidletDataL();
-			
-        // passive
-        SupplyPassiveSnapshotDataL();
-        RestorePassiveBaseDataL();
-        RestorePassiveIncDataL();
-				
-        if (iIsPartial)
-            {   	
-            //active
-            SupplyActiveSnapshotDataL();
-            RestoreActiveBaseDataL();
-            RestoreActiveIncDataL();
-            }		
+		
+		// passive
+		SupplyPassiveSnapshotDataL();
+		RestorePassiveBaseDataL();
+		RestorePassiveIncDataL();
+		
+		
+		//active
+		SupplyActiveSnapshotDataL();
+		RestoreActiveBaseDataL();
+		RestoreActiveIncDataL();
 		}