From 6e37be01a3c03e13c6a71fd721848d89194eaaad Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 31 Jan 2017 01:10:35 +0100 Subject: [PATCH] Added unique text to body --- test/NotifyTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/NotifyTest.java b/test/NotifyTest.java index cf41444..d02f186 100644 --- a/test/NotifyTest.java +++ b/test/NotifyTest.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import dorkbox.util.ActionHandler; import dorkbox.notify.Notify; import dorkbox.notify.Pos; +import dorkbox.util.ActionHandler; public class NotifyTest { @@ -29,7 +29,8 @@ class NotifyTest { for (int i = 0; i < count; i++) { notify = Notify.create() .title("Notify title " + i) - .text("This is a notification popup message This is a notification popup message This is a notification popup message") + .text("This is a notification " + i + " popup message This is a notification popup message This is a " + + "notification popup message") .hideAfter(50000) .position(Pos.TOP_RIGHT) // .setScreen(0)