|  | @@ -112,7 +112,7 @@ describe('test/app/lib/analysis_excel.test.js', () => {
 | 
	
		
			
				|  |  |      it('Analysis Excel Test Data And Import', function* () {
 | 
	
		
			
				|  |  |          const ctx = app.mockContext(mockData);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        const excelFile = app.baseDir  + '/test/app/test_file/导入分项清单Excel格式.xls';
 | 
	
		
			
				|  |  | +        const excelFile = app.baseDir  + '/test/app/test_file/导入分项清单EXCEL格式.xls';
 | 
	
		
			
				|  |  |          const wb = Xlsx.readFile(excelFile);
 | 
	
		
			
				|  |  |          const name = wb.SheetNames[0];
 | 
	
		
			
				|  |  |          const sheetData = {
 |