From 4b9d3d2f01c07026a1638c7b156f65d90bdc5147 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Thu, 24 Apr 2014 22:14:37 +0200 Subject: [PATCH 1/3] Set the state to Running each time that runUntilPause is called. --- KMSServer.m | 1 + 1 file changed, 1 insertion(+) diff --git a/KMSServer.m b/KMSServer.m index aa226e2..0dfc071 100644 --- a/KMSServer.m +++ b/KMSServer.m @@ -180,6 +180,7 @@ - (void)runUntilPaused KMSAssert(self.state != KMSStopped); KMSLogDetail(@"running until paused"); + self.state = KMSRunning; while (self.state != KMSPauseRequested) { @autoreleasepool { From 3bd98c719a2fe426c4ac84e3c4454885d39f83ff Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 9 May 2014 12:54:45 +0200 Subject: [PATCH 2/3] Fix stupid missing newline --- UnitTests/OCUnit2JUnit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/OCUnit2JUnit b/UnitTests/OCUnit2JUnit index e5ea527..daec79f 160000 --- a/UnitTests/OCUnit2JUnit +++ b/UnitTests/OCUnit2JUnit @@ -1 +1 @@ -Subproject commit e5ea527cc036eb6227ddd7989767a889b4656be5 +Subproject commit daec79fa0e429471ae44c038ede5504834382a3e From 02e36a94104b6aa6fbb96b17bc663d29b94513a0 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Sun, 21 Dec 2014 23:13:13 +0100 Subject: [PATCH 3/3] Fucking stupid projects --- UnitTests/OCUnit2JUnit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/OCUnit2JUnit b/UnitTests/OCUnit2JUnit index daec79f..c7ed246 160000 --- a/UnitTests/OCUnit2JUnit +++ b/UnitTests/OCUnit2JUnit @@ -1 +1 @@ -Subproject commit daec79fa0e429471ae44c038ede5504834382a3e +Subproject commit c7ed2467cbc143f4736294eec1a3b697a720ffd0