Sri Lankan skipper Dinesh Chandimal won the toss and elected to bat first in the 2nd Test of the three match series at Gros Islet, St. Lucia.
He himself was out there sooner than he expected with Sri Lanka in a spot of bother at 3/59. By the time he walked off the field though, he had guided his team to a respectable total on a challenging surface with a century to remember.
Read: Two forced changes as Mathews returns home ahead of 2nd Test
Sri Lanka was dealt a severe blow ahead of the match when former Test skipper and vital middle order batsman Angelo Mathews, withdrew from the squad to be in Sri Lanka for the birth of his second child. Fast bowler Lahiru Gamage also returned along with Mathews, after he suffered an injury (fractured finger) while batting in the 1st Test. Danushka Gunathilaka and Dasun Shanaka were named as replacements and joined the squad a couple of hours away from the Test match, almost ruling them out of the match.
Kasun Rajitha replaced Gamage for his Test debut, while Dhananjaya de Silva replaced Mathews as the forced changes in the XI, while Sri Lanka threw caution to the wind by axing their experienced spin duo in Rangana Herath and Dilruwan Perera after the loss in the opening Test of the series. The team composition also changed with Sri Lanka deciding to play an extra batsman with Mahela Udawatte being handed a Test debut, while Akila Dananjaya was the other replacement to the line up from the first Test.
Mahela Udawatte(00) had a horror start to his Test career when a rising Shannon Gabriel delivery found his outside edge, off only the second ball he faced, with Jason Holder clinging on to a good low catch at second slip.
Dhananjaya de Silva who missed the first Test after arriving late in the West Indies due to the sudden demise of his father, walked in at number three and looked in good touch, before a vicious delivery from Gabriel took off and ricocheted off his back arm to the stumps, to see him go down in pain and walk back to the pavilion for a brisk 12 off just 14 balls. The two Kusal’s – Perera & Mendis – put on a useful 44 runs for the third wicket, before Kemar Roach found the outside edge of Perera(32), off the first ball of his second spell, which brought Chandimal to the middle to survive a tricky period on the stroke of lunch.
Read Also: Thumping win for Windies despite Mendis ton
Chandimal along with the other Sri Lankan batsmen were peppered with plenty of chin music by the hostile West Indian pace attack led by the large frame of Gabriel. The captain seemed to be the only man who could withstand the West Indian bowlers as he watched his partners come and go.
67 runs for the fourth wicket with Mendis – who made 45 – was the only noteworthy stand, as it was Chandimal versus the West Indian bowlers for most parts of the innings. Sri Lanka slid to 206/8 quickly and Chandimal’s century seemed a distance away. Debutante Kasun Rajitha held one end up brilliantly putting on 31 for the 9th wicket as he hung around for his skipper to go pass the three figure mark.
Chandimal fittingly got to his century with a controlled outside edge to the third-man boundary, after he was battered and bruised for most parts of his innings. Funny enough that was a feature of his innings as most of his boundaries (4×10, 6×1) came behind the wicket, before he launched a six over long-off, off the bowling of Kemar Roach, giving memories of the Chandimal of old.
He was dropped early on in his innings by Devon Smith when he was on 14, before he got another reprieve just before Sri Lanka was all-out when he was dismissed but called back as Kemar Roach had over stepped. Lahiru Kumara was dismissed a couple of balls later as Sri Lanka were bowled out for 253 with their brave skipper remaining unbeaten on 119*.
Shannon Gabriel was a much different bowler who showed plenty of discipline to capture a five wicket haul, while Roach cleaned up the tail to end up with four wickets as West Indies put up another brilliant bowling display.
SL – 253/10 (79 overs) Dinesh Chandimal 119*, Kusal Mendis 45, Shannon Gabriel 5/59, Kemar Roach 4/49
WI – 02/0 (2)
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Sri Lanka
253/10 & 342/10
(91.4 overs)
Result
West Indies
300/10 & 147/5
(60.3 overs)
Match Drawn
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c J.Holder b K.Roach | 32 | 55 | |||
Mahela Udawatte | c J.Holder b S.Gabriel | 0 | 2 | |||
Dananjaya De Silva | b S.Gabriel | 12 | 14 | |||
Kusal Mendis | c S.Dowrich b J.Holder | 45 | 83 | |||
Dinesh Chandimal | not out | 119 | 186 | |||
Roshen Silva | c J.Holder b S.Gabriel | 6 | 23 | |||
Niroshan Dickwella | c S.Hope b S.Gabriel | 16 | 55 | |||
Akila Dananjaya | c S.Dowrich b K.Roach | 2 | 10 | |||
Suranga Lakmal | lbw by S.Gabriel | 10 | 9 | |||
Kasun Rajitha | c S.Dowrich b K.Roach | 4 | 33 | |||
Lahiru Kumara | c S.Hope b K.Roach | 0 | 6 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 18 | 8 | 49 | 4 | 2.72 |
Shanon Gabriel | 16 | 4 | 59 | 5 | 3.69 |
Miguel Cummins | 19 | 5 | 69 | 0 | 3.63 |
Jason Holder | 14 | 2 | 56 | 1 | 4.00 |
Devendra Bishoo | 11 | 3 | 15 | 0 | 1.36 |
Roston Chase | 1 | 0 | 2 | 0 | 2.00 |
West Indies’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b K.Rajitha | 22 | 79 | |||
Devon Smith | lbw by A.Dananjaya | 61 | 176 | |||
Keiran Powell | c K.Mendis b L.Kumara | 27 | 45 | |||
Shai Hope | c D.De.Silva b S.Lakmal | 19 | 41 | |||
Roston Chase | c S.Lakmal b L.Kumara | 41 | 68 | |||
Shane Dowrich | c N.Dickwella b S.Lakmal | 55 | 98 | |||
Jason Holder | c N.Dickwella b K.Rajitha | 15 | 35 | |||
Devendra Bishoo | c K.Mendis b K.Rajitha | 2 | 13 | |||
Kemar Roach | lbw by L.Kumara | 13 | 21 | |||
Miguel Cummins | not out | 8 | 20 | |||
Shanon Gabriel | c D.De.Silva b L.Kumara | 3 | 8 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 24 | 6 | 50 | 2 | 2.08 |
Akila Dananjaya | 25 | 7 | 81 | 1 | 3.24 |
Kasun Rajitha | 22 | 6 | 49 | 3 | 2.23 |
Lahiru Kumara | 26.3 | 4 | 86 | 4 | 3.27 |
Dananjaya De Silva | 3 | 0 | 10 | 0 | 3.33 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c S.Dowrich b S.Gabriel | 20 | 23 | |||
Mahela Udawatta | c D.Bishoo b K.Roach | 19 | 46 | |||
Kasun Rajitha | lbw by S.Gabriel | 0 | 6 | |||
Dananjaya De Silva | c D.Smith b S.Gabriel | 3 | 15 | |||
Kusal Mendis | b S.Gabriel | 87 | 117 | |||
Dinesh Chadimal | c S.Dowrich b K.Roach | 39 | 112 | |||
Roshen Silva | c S.Dowrich b S.Gabriel | 48 | 115 | |||
Niroshen Dickwella | c K.Powell b S.Gabriel | 62 | 70 | |||
Akila Dananjaya | b S.Gabriel | 23 | 30 | |||
Suranga Lakmal | lbw by S.Gabriel | 7 | 22 | |||
Lahiru Kumara | not out | 0 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 21 | 3 | 78 | 2 | 3.71 |
Shanon Gabriel | 20.4 | 6 | 62 | 8 | 3.04 |
Jason Holder | 15 | 5 | 38 | 0 | 2.53 |
Miguel Cummins | 13 | 1 | 44 | 0 | 3.38 |
Devendra Bishoo | 11 | 0 | 58 | 0 | 5.27 |
Roston Chase | 10 | 1 | 38 | 0 | 3.80 |
Kraig Brathwaite | 1 | 0 | 4 | 0 | 4.00 |
West Indies’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | not out | 59 | 172 | |||
Devon Smith | c D.De.Silva b K.Rajitha | 1 | 5 | |||
Kieran Powell | c M.Udawatta b K.Rajitha | 2 | 2 | |||
Shai Hope | b S.Lakmal | 39 | 115 | |||
Roston Chase | b S.Lakmal | 13 | 37 | |||
Shane Dowrich | c D.De.Silva b A.Dananjaya | 8 | 12 | |||
Jason Holder | not out | 15 | 20 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 17.3 | 3 | 48 | 2 | 2.77 |
Kasun Rajitha | 13 | 3 | 23 | 2 | 1.77 |
Lahiru Kumara | 10 | 3 | 28 | 0 | 2.80 |
Akila Dananjaya | 19 | 7 | 33 | 1 | 1.74 |
Dananjaya De Silva | 1 | 0 | 5 | 0 | 5.00 |