formatting only

This commit is contained in:
Axel Uhl
2022-12-12 05:07:22 -08:00
parent 6981bf2206
commit f97b31fab9
2 changed files with 6 additions and 14 deletions
@@ -5,19 +5,13 @@ import com.sap.sse.gwt.linker.ManifestLinker;
/**
* @author Alexander Ries (D062114)
*
*/
@Shardable
public class DashboardManifestLinker extends ManifestLinker {
@Override
protected String[] staticCachedFiles() {
return new String[] { "/dashboards/RibDashboard.html",
"/dashboards/RibDashboard.css",
"/dashboards/images/dashboardicon.png",
"/dashboards/images/dashboardicon-whitelabeled.png",
"/dashboards/js/jquery-3.6.0.min.js",
"/sailing-fontface-1.0.cache.css"};
}
@Override
protected String[] staticCachedFiles() {
return new String[] { "/dashboards/RibDashboard.html", "/dashboards/RibDashboard.css",
"/dashboards/images/dashboardicon.png", "/dashboards/images/dashboardicon-whitelabeled.png",
"/dashboards/js/jquery-3.6.0.min.js", "/sailing-fontface-1.0.cache.css" };
}
}
@@ -13,10 +13,8 @@ public class SimpleMailServiceReplicationTest extends AbstractMailServiceReplica
public void testReplicationOfSendMail() throws InterruptedException,
IllegalAccessException, MailException {
master.sendMail("test@ing.me", "oh what a beatiful mail", "to be sent on this day");
replicaReplicator.waitUntilQueueIsEmpty();
Thread.sleep(3000);
assertThat("mail was not sent on replica",
AbstractMailServiceReplicationTest.numberOfMailsSent.get(replica), equalTo(null));
assertThat("mail was sent on master",