Skip to content

Commit

Permalink
Spelling: receive
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Dec 4, 2014
1 parent 31eba13 commit c1449de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autobahntestsuite/autobahntestsuite/case/case7_1_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Case7_1_6(Case):

DESCRIPTION = """Send 256K message followed by close then a ping"""

EXPECTATION = """Case outcome depends on implementation defined close behavior. Message and close frame are sent back to back. If the close frame is processed before the text message write is complete (as can happen in asynchronous processing models) the close frame is processed first and the text message may not be recieved or may only be partially recieved."""
EXPECTATION = """Case outcome depends on implementation defined close behavior. Message and close frame are sent back to back. If the close frame is processed before the text message write is complete (as can happen in asynchronous processing models) the close frame is processed first and the text message may not be received or may only be partially recieved."""

def init(self):
self.suppressClose = True
Expand Down
2 changes: 1 addition & 1 deletion autobahntestsuite/autobahntestsuite/testdata/data1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3407,7 +3407,7 @@ <h2>Case 7.1.5</h2>
<h2>Case 7.1.6</h2>
<a class="up" href="#top">Up</a>
<p class="case_text_block case_desc"><b>Case Description</b><br/><br/>Send 256K message followed by close then a ping</p>
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>Case outcome depends on implementation defined close behavior. Message and close frame are sent back to back. If the close frame is processed before the text message write is complete (as can happen in asynchronous processing models) the close frame is processed first and the text message may not be recieved or may only be partially recieved.</p>
<p class="case_text_block case_expect"><b>Case Expectation</b><br/><br/>Case outcome depends on implementation defined close behavior. Message and close frame are sent back to back. If the close frame is processed before the text message write is complete (as can happen in asynchronous processing models) the close frame is processed first and the text message may not be received or may only be partially recieved.</p>
<br/>
<a name="case_desc_7_3_1"></a>
<h2>Case 7.3.1</h2>
Expand Down

0 comments on commit c1449de

Please sign in to comment.