From 20476a6b7129bd3f774eb57761d3c1f1ec9d1cfc Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 23 Jul 2002 21:23:01 +0000 Subject: [PATCH] Don't run the application for the time being. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@400 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/servers/registrar/RegistrarTest1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/servers/registrar/RegistrarTest1.cpp b/src/tests/servers/registrar/RegistrarTest1.cpp index 0623a82879..71ef701af9 100644 --- a/src/tests/servers/registrar/RegistrarTest1.cpp +++ b/src/tests/servers/registrar/RegistrarTest1.cpp @@ -21,7 +21,7 @@ int main() { TestApp *app = new TestApp("application/x-vnd.OBOS-TestApp1"); - app->Run(); +// app->Run(); delete app; return 0; }