mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-03 20:18:01 +00:00 
			
		
		
		
	remove remaining reference to enum name
This commit is contained in:
		@@ -54,7 +54,7 @@ class TestCaller: public TestCase
 | 
				
			|||||||
	typedef void (Fixture::*TestMethod)();
 | 
						typedef void (Fixture::*TestMethod)();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
	TestCaller(const std::string& name, TestMethod test, Test::Type testType = Test::Type::Normal): 
 | 
						TestCaller(const std::string& name, TestMethod test, Test::Type testType = Test::Normal): 
 | 
				
			||||||
		TestCase(name, testType), 
 | 
							TestCase(name, testType), 
 | 
				
			||||||
		_test(test),
 | 
							_test(test),
 | 
				
			||||||
		_fixture(new Fixture(name))
 | 
							_fixture(new Fixture(name))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user