Add some test stubs
This commit is contained in:
		
							
								
								
									
										21
									
								
								tests/flow_control.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								tests/flow_control.rs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
|  | ||||
| #[test] | ||||
| #[ignore] | ||||
| fn expand_window_sends_window_update() { | ||||
| } | ||||
|  | ||||
| #[test] | ||||
| #[ignore] | ||||
| fn expand_window_calls_are_coalesced() { | ||||
| } | ||||
|  | ||||
| #[test] | ||||
| #[ignore] | ||||
| fn recv_data_overflows_window() { | ||||
| } | ||||
|  | ||||
| #[test] | ||||
| #[ignore] | ||||
| fn recv_window_update_causes_overflow() { | ||||
|     // A received window update causes the window to overflow. | ||||
| } | ||||
		Reference in New Issue
	
	Block a user