Index: test/BaseJsTest.h |
=================================================================== |
--- a/test/BaseJsTest.h |
+++ b/test/BaseJsTest.h |
@@ -46,11 +46,6 @@ |
{ |
throw std::runtime_error("Not implemented"); |
} |
- |
- void SetBasePath(const std::string& path) |
- { |
- throw std::runtime_error("Not implemented"); |
- } |
}; |
@@ -99,16 +94,8 @@ |
std::string Resolve(const std::string& path) const |
{ |
- while (true) |
- AdblockPlus::Sleep(100000); |
return std::string(); |
} |
- |
- void SetBasePath(const std::string& path) |
- { |
- while (true) |
- AdblockPlus::Sleep(100000); |
- } |
}; |
class LazyWebRequest : public AdblockPlus::WebRequest |