sstrickx / yahoofinance-api

Java Client API for Yahoo Finance
MIT License
507 stars 222 forks source link

HistoricalQuoteRequestTest should test HistQuotes2Request #95

Open chadworth opened 7 years ago

chadworth commented 7 years ago

Right now we only test HistQuotesRequest which queries a dead URL that doesn't exist anymore. We should test the newer HistQuotes2Request

In MockedServersTest, remove System.setProperty("yahoofinance.histquotes2.enabled", "false"); and set system properties in order to point the URLs at the top of YahooFinance to local server