Skip to content

Commit

Permalink
Merge pull request #5 from vsbogd/merge-opencog-to-singnet
Browse files Browse the repository at this point in the history
Merge opencog -> singnet
  • Loading branch information
vsbogd authored Jun 16, 2020
2 parents 605b038 + 302ac7e commit 992b57b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/shell/ShellUTest.cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,16 @@ void gargleblast(int tid, int reps)
// guile> (EvaluationLink
// (PredicateNode "visible face")
// (ListLink
// (NumberNode "28010")
// )
// )
// (NumberNode "28010")))
//
// guile>
// guile> ; note blank space here
// Which is exactly 275 chars long.
// Which is exactly 266 chars long.
// If the greeting changes, then adjust for the correct size.
//
// Hmm. Seems that sometimes some trailing newline gets cut,
// and so the reply might be short by one byte. Seems harmless.
#define CUR_MSG_SZ 274
#define CUR_MSG_SZ 265
TS_ASSERT_LESS_THAN_EQUALS(CUR_MSG_SZ, reso.size());
TS_ASSERT_LESS_THAN_EQUALS(reso.size(), CUR_MSG_SZ+1);
if (reso.size() < CUR_MSG_SZ or (CUR_MSG_SZ+1) < reso.size())
Expand Down

0 comments on commit 992b57b

Please sign in to comment.