mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-15 10:18:45 +00:00
formatting only
This commit is contained in:
+6
-12
@@ -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" };
|
||||
}
|
||||
}
|
||||
|
||||
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user