Project

General

Profile

Actions

Bug #3845

closed

A little bug in FacesFixture in ValidatorConf test

Added by Zhiyi Zhang over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
11/12/2016
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

The existing logic in FacesFixture is as below:

checkFace(face1.sentInterests, readInterestOffset1, face2, hasPassed);
checkFace(face1.sentData, readDataOffset1, face2, hasPassed);
checkFace(face2.sentInterests, readInterestOffset2, face1, hasPassed);
checkFace(face2.sentInterests, readDataOffset2, face1, hasPassed);

There is a obvious clerical error in the last line, which should be:

checkFace(face2. sentData, readDataOffset2, face1, hasPassed);
Actions #1

Updated by Zhiyi Zhang over 7 years ago

  • Status changed from New to Code review
  • % Done changed from 0 to 80
Actions #2

Updated by Zhiyi Zhang over 7 years ago

  • Status changed from Code review to Closed
  • % Done changed from 80 to 100
Actions

Also available in: Atom PDF