Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 3c81de3

Browse files
committed
Remove unit test that depends on harcoded hashes
1 parent d76a444 commit 3c81de3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

unittests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -939,12 +939,6 @@ def testTouchEntry(self):
939939
self.assertEqual(TestManifest.entry2, manifest.entries()[0])
940940

941941

942-
class TestGetFileHash(unittest.TestCase):
943-
def testGetFileHash(self):
944-
filePath = os.path.join(ASSETS_DIR, "sample-includes", "sample01.h")
945-
self.assertEqual(clcache.getFileHash(filePath), "7d9b849eec5cf228a8715fed5b8266e5")
946-
947-
948942
class TestCreateManifestEntry(unittest.TestCase):
949943
@classmethod
950944
def setUpClass(cls):

0 commit comments

Comments
 (0)