backupandrestore/backuptest/burtestserver/TestSteps/src/t_teststeprestore.cpp
branchRCL_3
changeset 19 0aa8cc770c8a
parent 0 d0791faffa3f
child 20 4a793f564d72
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
   239 		
   239 		
   240 		// passive
   240 		// passive
   241 		SupplyPassiveSnapshotDataL();
   241 		SupplyPassiveSnapshotDataL();
   242 		RestorePassiveBaseDataL();
   242 		RestorePassiveBaseDataL();
   243 		
   243 		
   244 		//active
   244         // do active restore when in partial restore mode
   245 		SupplyActiveSnapshotDataL();
   245         if (iIsPartial)
   246 		RestoreActiveBaseDataL();
   246             {
       
   247             //active
       
   248             SupplyActiveSnapshotDataL();
       
   249             RestoreActiveBaseDataL();
       
   250             }		
   247 		}
   251 		}
   248 	
   252 	
   249 	void CBURTestStepRestore::IncrementalRestoreL()
   253 	void CBURTestStepRestore::IncrementalRestoreL()
   250 		/**
   254 		/**
   251 		@internalComponent
   255 		@internalComponent
   257 		// passive
   261 		// passive
   258 		SupplyPassiveSnapshotDataL();
   262 		SupplyPassiveSnapshotDataL();
   259 		RestorePassiveBaseDataL();
   263 		RestorePassiveBaseDataL();
   260 		RestorePassiveIncDataL();
   264 		RestorePassiveIncDataL();
   261 		
   265 		
   262 		
   266         // do active restore when in partial restore mode
   263 		//active
   267         if (iIsPartial)
   264 		SupplyActiveSnapshotDataL();
   268             {		
   265 		RestoreActiveBaseDataL();
   269             //active
   266 		RestoreActiveIncDataL();
   270             SupplyActiveSnapshotDataL();
       
   271             RestoreActiveBaseDataL();
       
   272             RestoreActiveIncDataL();
       
   273             }
   267 		}
   274 		}
   268 		
   275 		
   269 	
   276 	
   270 	void CBURTestStepRestore::SupplyRegistrationDataL()
   277 	void CBURTestStepRestore::SupplyRegistrationDataL()
   271 		/**
   278 		/**