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:
David Pursehouse
2016-12-07 12:48:37 +00:00
committed by Gerrit Code Review
81 changed files with 544 additions and 543 deletions

View File

@@ -20,7 +20,7 @@ import org.junit.Test;
public class EditDeserializerTest {
@Test
public void testDiffDeserializer() {
public void diffDeserializer() {
assertNotNull("edit deserializer", new EditDeserializer());
}
}