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