Renamed SnapshotRepositorySource to SnapshotRepositoryBuilder and created WLBridgedProject to replace the old SnapshotRepositoryBuilder.
This commit is contained in:
+2
-2
@@ -5,11 +5,11 @@ import org.junit.Test;
|
||||
/**
|
||||
* Created by Winston on 05/11/14.
|
||||
*/
|
||||
public class BridgedProjectTests {
|
||||
public class WLBridgedProjectTests {
|
||||
|
||||
@Test
|
||||
public void nothingToTest() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
+1
-1
@@ -3,7 +3,7 @@ package uk.ac.ic.wlgitbridge.test.writelatex;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Created by Winston on 03/11/14.
|
||||
* Created by Winston on 05/11/14.
|
||||
*/
|
||||
public class SnapshotRepositoryBuilderTests {
|
||||
|
||||
|
||||
-15
@@ -1,15 +0,0 @@
|
||||
package uk.ac.ic.wlgitbridge.test.writelatex;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Created by Winston on 05/11/14.
|
||||
*/
|
||||
public class SnapshotRepositorySourceTests {
|
||||
|
||||
@Test
|
||||
public void nothingToTest() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user