tests: Fix bug in NetFlow test case.
authorBen Pfaff <blp@nicira.com>
Thu, 5 Jan 2012 00:12:08 +0000 (16:12 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Jan 2012 17:11:54 +0000 (09:11 -0800)
commitc4dba11a6395722c6522eee7d238bb4fc6685e7d
treefd1bcefec5c1d309374b20d8e3c903bdea61ee86
parentacd051f1761569205827dc9b037e15568a8d59f8
tests: Fix bug in NetFlow test case.

The "sed" command here is intended to replace something like 1234...1234
(where the two numbers are the same) with <moment> and something like
1234...2345 (where the two numbers differ) with <range>, but in fact it
accidentally changed, e.g., 10...1016 into <moment>16.  This commit fixes
that.

This fixes only a test case, not the code under test.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Bug #9057.
tests/ofproto-dpif.at