relocate test file

Test file is no longer included in the main module.
This commit is contained in:
buzzcode2007 2024-02-27 19:34:53 +08:00
parent 74ea1167ed
commit 44a7d9ac1b
3 changed files with 6 additions and 3 deletions

View file

@ -3,10 +3,11 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package tech.iBeans.POSware.Lite;
import tech.iBeans.POSware.Lite.data_test.*;
import java.util.*;
import tech.iBeans.POSware.test.data_test;
import tech.iBeans.POSware.test.data_test.*;
/**
*
* @author eleven

View file

@ -5,6 +5,8 @@
package tech.iBeans.POSware.Lite;
import java.util.*;
import tech.iBeans.POSware.test.data_test;
/**
*
* @author eleven

View file

@ -2,7 +2,7 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package tech.iBeans.POSware.Lite;
package tech.iBeans.POSware.test;
import java.util.Dictionary;
import java.util.Hashtable;