Subversion Repositories SmartDukaan

Rev

Rev 23173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23173 Rev 23203
Line 2... Line 2...
2
 
2
 
3
 
3
 
4
import java.util.Arrays;
4
import java.util.Arrays;
5
 
5
 
6
import org.junit.Ignore;
6
import org.junit.Ignore;
7
import org.junit.Test;
-
 
8
import org.junit.runner.RunWith;
7
import org.junit.runner.RunWith;
9
import org.slf4j.Logger;
8
import org.slf4j.Logger;
10
import org.slf4j.LoggerFactory;
9
import org.slf4j.LoggerFactory;
11
import org.springframework.beans.factory.annotation.Autowired;
10
import org.springframework.beans.factory.annotation.Autowired;
12
import org.springframework.test.context.ContextConfiguration;
11
import org.springframework.test.context.ContextConfiguration;
Line 105... Line 104...
105
	
104
	
106
	@Ignore
105
	@Ignore
107
	public void testIgstTaxRate() throws ProfitMandiBusinessException{
106
	public void testIgstTaxRate() throws ProfitMandiBusinessException{
108
		LOGGER.info("igstTaxRate {}", Utils.getIgstTaxRate(Arrays.asList(1,2)));
107
		LOGGER.info("igstTaxRate {}", Utils.getIgstTaxRate(Arrays.asList(1,2)));
109
	}
108
	}
-
 
109
 
110
}
110
}