File tree Expand file tree Collapse file tree
framework/src/test/java/org/tron Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161public class BandWidthRuntimeWithCheckTest extends BaseTest {
6262
6363 public static final long totalBalance = 1000_0000_000_000L ;
64- private static final String dbDirectory = "db_BandWidthRuntimeTest_test " ;
65- private static final String indexDirectory = "index_BandWidthRuntimeTest_test " ;
64+ private static final String dbDirectory = "db_BandWidthRuntimeWithCheckTest_test " ;
65+ private static final String indexDirectory = "index_BandWidthRuntimeWithCheckTest_test " ;
6666 private static final String OwnerAddress = "TCWHANtDDdkZCTo2T2peyEq3Eg9c2XB7ut" ;
6767 private static final String TriggerOwnerAddress = "TCSgeWapPJhCqgWRxXCKb6jJ5AgNWSGjPA" ;
6868 private static final String TriggerOwnerTwoAddress = "TPMBUANrTwwQAPwShn7ZZjTJz1f3F8jknj" ;
Original file line number Diff line number Diff line change 77import lombok .extern .slf4j .Slf4j ;
88import org .junit .After ;
99import org .junit .Before ;
10+ import org .junit .Ignore ;
1011import org .junit .Rule ;
1112import org .junit .Test ;
1213import org .junit .rules .ExpectedException ;
2526import org .tron .core .services .interfaceOnSolidity .RpcApiServiceOnSolidity ;
2627import org .tron .tool .litefullnode .LiteFullNodeTool ;
2728
29+ @ Ignore
2830@ Slf4j
2931public class LiteFullNodeToolTest {
3032
You can’t perform that action at this time.
0 commit comments