parent
							
								
									125b8e7418
								
							
						
					
					
						commit
						ab2ad746b5
					
				| 
						 | 
					@ -158,7 +158,7 @@ public class ReactorResourceFactoryTests {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	void stopThenStartWithGlobalResources() {
 | 
						void restartWithGlobalResources() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		this.resourceFactory.setUseGlobalResources(true);
 | 
							this.resourceFactory.setUseGlobalResources(true);
 | 
				
			||||||
		this.resourceFactory.afterPropertiesSet();
 | 
							this.resourceFactory.afterPropertiesSet();
 | 
				
			||||||
| 
						 | 
					@ -176,7 +176,7 @@ public class ReactorResourceFactoryTests {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	void stopThenStartWithLocalResources() {
 | 
						void restartWithLocalResources() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		this.resourceFactory.setUseGlobalResources(false);
 | 
							this.resourceFactory.setUseGlobalResources(false);
 | 
				
			||||||
		this.resourceFactory.afterPropertiesSet();
 | 
							this.resourceFactory.afterPropertiesSet();
 | 
				
			||||||
| 
						 | 
					@ -200,7 +200,7 @@ public class ReactorResourceFactoryTests {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	void stopThenStartWithExternalResources() {
 | 
						void restartWithExternalResources() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		this.resourceFactory.setUseGlobalResources(false);
 | 
							this.resourceFactory.setUseGlobalResources(false);
 | 
				
			||||||
		this.resourceFactory.setConnectionProvider(this.connectionProvider);
 | 
							this.resourceFactory.setConnectionProvider(this.connectionProvider);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue