Skip to content

Commit 67a874d

Browse files
authored
Merge pull request #18 from chromeos/Security-Polixy-Fix
binary compliance fix
2 parents a088906 + 3a584b6 commit 67a874d

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/test/data/classes.dex

-176 KB
Binary file not shown.

src/test/digester_spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ describe('Digester Suite', () => {
3333
expect(output).toBe('qvn/SI4HZ9peodVhGOb2WhbFYzsM78H6CJvTqxgQYT0=');
3434
});
3535

36-
it('resources from a file is converted correctly', async () => {
37-
const buf = readFileSync('src/test/data/classes.dex');
38-
const bufString = buf.toString('binary');
39-
40-
const output = await SHA256ForString(bufString);
41-
expect(output).toBe('HSpR2UidLSnTHSPHnvpBYjVCeJIzlBuPmFgUqV6/d6Q=');
42-
});
43-
4436
it('dex from a file is converted correctly', async () => {
4537
const buf = readFileSync('src/test/data/resources.pb');
4638
const os = buf.toString('binary');

0 commit comments

Comments
 (0)