From c97e12b854f7feb81e2f2dce423e3fa02d0e165d Mon Sep 17 00:00:00 2001 From: "guilhem.duche" Date: Thu, 5 Jun 2008 18:36:17 +0000 Subject: [PATCH] updated text tests for expansions. git-svn-id: http://wiiusej.googlecode.com/svn/trunk@182 ae48ae66-6a45-0410-b38e-211266189506 --- WiiUseJ/src/wiiusej/test/Tests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/WiiUseJ/src/wiiusej/test/Tests.java b/WiiUseJ/src/wiiusej/test/Tests.java index 9ae37c1..fcd4ef0 100644 --- a/WiiUseJ/src/wiiusej/test/Tests.java +++ b/WiiUseJ/src/wiiusej/test/Tests.java @@ -229,6 +229,7 @@ public class Tests implements WiimoteListener { if (e.isButtonHomeJustPressed()) { System.out.println("LEAVING TEST"); wiimote.disconnect(); + WiiUseApiManager.definitiveShutdown(); } } else if (dump == DUMP) {