Merge "Remove test prefix from test methods"
* submodules:
* Update plugins/replication from branch 'master'
  - Remove test prefix from test methods in replication plugin
    
    We previously used 'test' to prefix tests but have decided to stop this.
    This change removes the prefix from all test code.
    
    Change-Id: I42e6191ece7872f4647e425e3ca0acf8c6452412
			
			
This commit is contained in:
		@@ -20,7 +20,7 @@ import org.junit.Test;
 | 
			
		||||
 | 
			
		||||
public class EditDeserializerTest {
 | 
			
		||||
  @Test
 | 
			
		||||
  public void testDiffDeserializer() {
 | 
			
		||||
  public void diffDeserializer() {
 | 
			
		||||
    assertNotNull("edit deserializer", new EditDeserializer());
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user