From 5144699f230506057311d193b2d44f5e6ea722fb Mon Sep 17 00:00:00 2001
From: Lars Kanis <kanis@comcard.de>
Date: Fri, 26 Jun 2015 10:00:19 +0200
Subject: [PATCH] Update Manifest.txt

---
 Manifest.txt     | 1 +
 test/TC_FXApp.rb | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Manifest.txt b/Manifest.txt
index 1fbbd77..39d4f81 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -677,6 +677,7 @@ lib/fox16/scintilla.rb
 lib/fox16/settings.rb
 lib/fox16/signal.rb
 lib/fox16/splashscreen.rb
+lib/fox16/thread.rb
 lib/fox16/timeout.rb
 lib/fox16/tkcompat.rb
 lib/fox16/undolist.rb
diff --git a/test/TC_FXApp.rb b/test/TC_FXApp.rb
index c870993..1075340 100755
--- a/test/TC_FXApp.rb
+++ b/test/TC_FXApp.rb
@@ -7,9 +7,6 @@ class TC_FXApp < Test::Unit::TestCase
   include Fox
 
   def test_exception_for_second_app
-    app = FXApp.new
-    mainWindow = FXMainWindow.new(app, "")
-    app.create
     assert_raise RuntimeError do
       app2 = FXApp.new
     end
-- 
GitLab