summaryrefslogtreecommitdiff
path: root/test/paintertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/paintertest.cc')
-rw-r--r--test/paintertest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/paintertest.cc b/test/paintertest.cc
index 518a5ac..f471313 100644
--- a/test/paintertest.cc
+++ b/test/paintertest.cc
@@ -24,7 +24,7 @@
* along with DrumGizmo; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include "dgunit.h"
+#include <uunit.h>
#include "../plugingui/canvas.h"
#include "../plugingui/painter.h"
@@ -49,13 +49,13 @@ private:
};
class PainterTest
- : public DGUnit
+ : public uUnit
{
public:
PainterTest()
{
- DGUNIT_TEST(PainterTest::testDrawImage);
- DGUNIT_TEST(PainterTest::testDrawText);
+ uUNIT_TEST(PainterTest::testDrawImage);
+ uUNIT_TEST(PainterTest::testDrawText);
}
void testDrawImage()