remove novell, it's no longer a listed stock

This commit is contained in:
mgroves 2011-08-15 21:15:30 -04:00
parent e7093deadd
commit 04d4a74f75
2 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View file

@ -45,5 +45,6 @@ _ReSharper*/
# Office Temp Files
~$*
#monodroid private beta
monodroid*.msi
#not source
monodroid*.msi
Deploy

View file

@ -20,7 +20,7 @@ namespace MonoStockPortfolio.Tests.Services
Because of = () =>
{
_quotes = _svc.GetStockQuotes(new[] { "GOOG", "AMZN", "AAPL", "MSFT", "NOVL", "S", "VZ", "T" })
_quotes = _svc.GetStockQuotes(new[] { "GOOG", "AMZN", "AAPL", "MSFT", "S", "VZ", "T" })
.ToList();
};