common: remove windows path functions

They were unused and their tests failed on Windows.
This commit is contained in:
Felix Lange
2015-08-06 15:15:36 +01:00
parent b23b4dbd79
commit 78b101e15d
4 changed files with 2 additions and 65 deletions

View File

@@ -40,7 +40,7 @@ func (s *SizeSuite) TestStorageSizeString(c *checker.C) {
c.Assert(StorageSize(data3).String(), checker.Equals, exp3)
}
func (s *CommonSuite) TestCommon(c *checker.C) {
func (s *SizeSuite) TestCommon(c *checker.C) {
ether := CurrencyToString(BigPow(10, 19))
finney := CurrencyToString(BigPow(10, 16))
szabo := CurrencyToString(BigPow(10, 13))