relocate test file
Test file is no longer included in the main module.
This commit is contained in:
parent
74ea1167ed
commit
44a7d9ac1b
3 changed files with 6 additions and 3 deletions
|
@ -3,10 +3,11 @@
|
||||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
|
||||||
*/
|
*/
|
||||||
package tech.iBeans.POSware.Lite;
|
package tech.iBeans.POSware.Lite;
|
||||||
import tech.iBeans.POSware.Lite.data_test.*;
|
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
|
import tech.iBeans.POSware.test.data_test;
|
||||||
|
import tech.iBeans.POSware.test.data_test.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author eleven
|
* @author eleven
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
package tech.iBeans.POSware.Lite;
|
package tech.iBeans.POSware.Lite;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
|
import tech.iBeans.POSware.test.data_test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author eleven
|
* @author eleven
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
* 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
|
* 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.Dictionary;
|
||||||
import java.util.Hashtable;
|
import java.util.Hashtable;
|
Loading…
Add table
Add a link
Reference in a new issue