- Timestamp:
- 09/22/20 08:52:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/java/geniusweb/profilesserver/AutoUpdatingProfilesFactoryTest.java
r12 r16 51 51 private List<String> warnings; 52 52 private Path copyrepodir; 53 private AutoUpdatingProfiles Factory factory;53 private AutoUpdatingProfilesRepository factory; 54 54 private final long HIGHRATE = 500; // fast so that we can test quickly. 55 55 private final List<ChangeEvent> changes = new LinkedList<>(); … … 80 80 }; 81 81 82 factory = new AutoUpdatingProfiles Factory(logger) {82 factory = new AutoUpdatingProfilesRepository(logger) { 83 83 84 84 @Override
Note:
See TracChangeset
for help on using the changeset viewer.