mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-24 19:25:16 +01:00
Merge upstream
This commit is contained in:
parent
1932de511c
commit
d4bcbb1140
@ -1 +1 @@
|
|||||||
Subproject commit 74e077e0fb78a178ea9f2c4dfea2e7fdeeab8a8e
|
Subproject commit 7653a5f0f8a19dc4e50175b480cd063c523c3b6b
|
@ -1,14 +1,14 @@
|
|||||||
From 857e3805f85d667bd0a28beb0eec81fa41c0a38e Mon Sep 17 00:00:00 2001
|
From 3df40a2343f067b703cb9d695c23f48c53750b1e Mon Sep 17 00:00:00 2001
|
||||||
From: Tux <write@imaginarycode.com>
|
From: Tux <write@imaginarycode.com>
|
||||||
Date: Thu, 19 May 2016 17:36:31 -0600
|
Date: Thu, 19 May 2016 17:36:31 -0600
|
||||||
Subject: [PATCH] Better unit tests for Chat API
|
Subject: [PATCH] Better unit tests for Chat API
|
||||||
|
|
||||||
|
|
||||||
diff --git a/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java b/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
|
diff --git a/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java b/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
|
||||||
index 43420f2b..42d724eb 100644
|
index ce56c7f7..1946b318 100644
|
||||||
--- a/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
|
--- a/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
|
||||||
+++ b/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
|
+++ b/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
|
||||||
@@ -144,6 +144,26 @@ public class ComponentsTest
|
@@ -180,6 +180,26 @@ public class ComponentsTest
|
||||||
Assert.assertEquals( eventRetention[1].getClickEvent(), testClickEvent );
|
Assert.assertEquals( eventRetention[1].getClickEvent(), testClickEvent );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user