From 2fbfa495fcb6870e30e168a40bb95121cafe2673 Mon Sep 17 00:00:00 2001 From: Christof Thalhofer Date: Mon, 10 Feb 2020 13:58:51 +0100 Subject: [PATCH] gb.test: Minimal change to test gitlab notification --- comp/src/gb.test/.src/TestMyself/TestAllAsserts.class | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class b/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class index b0d2770b9..ed1103a1e 100644 --- a/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class +++ b/comp/src/gb.test/.src/TestMyself/TestAllAsserts.class @@ -1,6 +1,7 @@ ' Gambas class file Inherits UnitTest +''' Tests all Asserts ' Signal, that this is a selftest Public Const ThisIsAnUnitTestSelfTest As Boolean = True @@ -11,7 +12,6 @@ Public Sub _new() End - Public Sub TestAssert() Assert.True(True, "Testing True") @@ -108,4 +108,4 @@ Public Sub TestNote() Assert.Note("The next note is Null and it should complain about it:") Assert.Note(Null) -End \ No newline at end of file +End