From 07030bbf151b9c7f42e5d9004f245f491a41a353 Mon Sep 17 00:00:00 2001
From: Dominique Blouin <dominique.blouin@telecom-paristech.fr>
Date: Mon, 20 Apr 2015 07:54:21 +0000
Subject: [PATCH] remove client-message test file

---
 src/ui/window/JDialogSearchBox.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ui/window/JDialogSearchBox.java b/src/ui/window/JDialogSearchBox.java
index 9ad1828c0d..33744ecf77 100644
--- a/src/ui/window/JDialogSearchBox.java
+++ b/src/ui/window/JDialogSearchBox.java
@@ -1026,14 +1026,14 @@ public class JDialogSearchBox extends javax.swing.JFrame  {
     }
 
     public void doQueryDB(){
-        Message msg = new Message();
+       /* Message msg = new Message();
         msg.setCmd(Message.CMD_SEARCH);
         ArrayList<String> option = new ArrayList<>();
         ArrayList<String> values = new ArrayList<>();
         option.add("System");
         values.add(this.combobox_System.getSelectedItem().toString());
         option.add(this.combobox_Year.getSelectedItem().toString());
-        option.add(this.combobox_Score.getSelectedItem().toString());
+        option.add(this.combobox_Score.getSelectedItem().toString());*/
     }
 
     //TODO: implement function to get database.
-- 
GitLab