backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestore.cpp
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
--- a/backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestore.cpp	Tue Aug 31 16:03:15 2010 +0300
+++ b/backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestore.cpp	Wed Sep 01 12:20:56 2010 +0100
@@ -241,13 +241,9 @@
 		SupplyPassiveSnapshotDataL();
 		RestorePassiveBaseDataL();
 		
-        // do active restore when in partial restore mode
-        if (iIsPartial)
-            {
-            //active
-            SupplyActiveSnapshotDataL();
-            RestoreActiveBaseDataL();
-            }		
+		//active
+		SupplyActiveSnapshotDataL();
+		RestoreActiveBaseDataL();
 		}
 	
 	void CBURTestStepRestore::IncrementalRestoreL()
@@ -263,14 +259,11 @@
 		RestorePassiveBaseDataL();
 		RestorePassiveIncDataL();
 		
-        // do active restore when in partial restore mode
-        if (iIsPartial)
-            {		
-            //active
-            SupplyActiveSnapshotDataL();
-            RestoreActiveBaseDataL();
-            RestoreActiveIncDataL();
-            }
+		
+		//active
+		SupplyActiveSnapshotDataL();
+		RestoreActiveBaseDataL();
+		RestoreActiveIncDataL();
 		}