mirror of
				https://github.com/v2fly/v2ray-core.git
				synced 2025-11-04 11:49:16 +00:00 
			
		
		
		
	fix test break
This commit is contained in:
		
							parent
							
								
									091f047ebb
								
							
						
					
					
						commit
						7960b97c8e
					
				@ -4,6 +4,7 @@ import (
 | 
				
			|||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/proxy/common/config"
 | 
						"github.com/v2ray/v2ray-core/proxy/common/config"
 | 
				
			||||||
 | 
						v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -7,6 +7,7 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/proxy/common/config"
 | 
						"github.com/v2ray/v2ray-core/proxy/common/config"
 | 
				
			||||||
	jsonconfig "github.com/v2ray/v2ray-core/proxy/common/config/json"
 | 
						jsonconfig "github.com/v2ray/v2ray-core/proxy/common/config/json"
 | 
				
			||||||
 | 
						v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,7 @@ package protocol
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/transport"
 | 
						"github.com/v2ray/v2ray-core/transport"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,7 @@ package config
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -4,6 +4,7 @@ import (
 | 
				
			|||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
	"time"
 | 
						"time"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -6,6 +6,7 @@ import (
 | 
				
			|||||||
	"path/filepath"
 | 
						"path/filepath"
 | 
				
			||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,7 @@ package main
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -11,6 +11,7 @@ import (
 | 
				
			|||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
	"time"
 | 
						"time"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -3,6 +3,7 @@ package git
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"testing"
 | 
						"testing"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  v2testing "github.com/v2ray/v2ray-core/testing"
 | 
				
			||||||
	"github.com/v2ray/v2ray-core/testing/assert"
 | 
						"github.com/v2ray/v2ray-core/testing/assert"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user