Sri Lanka’s 20-day long cricket tour of Australia kick-started today with a 3-day match at the Blundstone Arena in Hobart. The match is being played as a day/night encounter with the pink ball as preparation for the 1st Test in Brisbane, which is also scheduled to be played in similar conditions.
The Australia XI, led by Joe Burns, took major honours today, the opening day of the practice match, as they put on 316 runs in 75 overs losing just 5 wickets after winning the toss.
Sri Lanka, after being asked to bowl first, with a pink Kookaburra ball, started off brilliantly taking 3 wickets for just 25 runs. Dushmantha Chameera and Kasun Rajitha were exceptional with the new ball as they wrecked the hosts dismissing skipper Burns, Marnus Labuschagne and Matt Renshaw, three players who are tipped to be part of the Australian XI for the 1st Test.
Nuwan Pradeep, who opened the bowling for Sri Lanka was taken off after bowling just 2 overs. According to reliable sources Pradeep was stopped from bowling further due to an injury which he might have sustained during his short spell.
Will Pucovski, the 20-year old batsman who was included in the 13-man squad for the 1st Test, then together with uncapped Kurtis Patterson took the hosts to tea safely.
Dushmantha Chameera, who had an excellent opening spell struck once again with the wicket of Pucovski right after the break. Kasun Rajitha, who had a brilliant match in Sri Lanka’s last day night Test in Barbados, picked his 2nd wicket 2 overs later. Jason Sangha, who led Australia for the runner-up title in the 2018 ICC U19 World Cup, was the man to be dismissed.
‘We just want to start well’ – Dinesh Chandimal
Despite going winless on their tour of New Zealand, there were some signs of progress for Sri Lanka Those signs were most…
Since that wicket, it was all about runs for the Aussies. Patterson who was joined by wicket keeper batsman Jake Doran took Australia XI from 98/5 to 316/5 before they declared their essay. Both of them went on to score centuries while Patterson scored a 150.
Jake Doran during his memorable innings, hit Kusal Mendis and Roshen Silva thrice in the space of 4 Dilruwan Perera deliveries. Kusal Mendis, unluckily had to walk away with severe pain after he was hit in the 3rd ball of the 42nd over as Doran swept a Dilruwan full toss straight onto Mendis’ finger. Mendis was fielding at short leg at that time.
Sri Lanka suffer major injury scare
Sri Lanka have suffered a major injury scare on the eve of their Test series with Australia, with in-form batsman Kusal Mendis’s…
Roshen Silva, who replaced Mendis in the very next delivery, was hit by a similar shot in the 5th ball of the same over and was hit again in the 1st ball of the next over bowled by Dilruwan Perera.
In bowling for Sri Lanka the two spinners, Dilruwan Perera and Lakshan Sandakan went wicket-less with some expensive overs. Sandakan was hit for 70 runs in his 10 overs while Dilruwan went for 54 in his 12 overs.
The 3 fast bowlers who bowled in tandem for most of the time, Suranga Lakmal, Dushmantha Chameera and Kasun Rajitha looked in fine form although Lakmal, the most experienced out of the lot, went wicket-less.
Lahiru Thirimanne paired up with Dimuth Karunaratne as Sri Lanka’s latest opening pair in Tests and saw through the 13 overs they faced cautiously. Sri Lanka ended the day on 38 for no loss with Karunaratne and Thirimanne unbeaten on 26 and 12 respectively.
>>Visit the #SLvAUS 2019 Hub<<
// 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
Australia Board XI
316/5 & 224/3
(59 overs)
Result
Sri Lanka
176/5 & 131/6
(51 overs)
Match Drawn
Australia Board XI’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Matt Renshaw | c D Karunarathne b D Chameera | 7 | 35 | |||
Joe Burns | c D De Silva b K Rajitha | 4 | 13 | |||
Marnus Labuschagne | b D Chameera | 6 | 10 | |||
Kurtis Patterson | not out | 157 | 212 | |||
Will Pucovski | c K Rajitha b D Chameera | 23 | 54 | |||
Jason Sangha | c D Chameera b K Rajitha | 3 | 9 | |||
Jake Doran | not out | 102 | 129 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Nuwan Pradeep | 2 | 0 | 6 | 0 | 3.00 |
Kasun Rajitha | 17 | 2 | 71 | 2 | 4.18 |
Dushmantha Chameera | 16 | 3 | 57 | 3 | 3.56 |
Suranga Lakmal | 13 | 2 | 43 | 0 | 3.31 |
Dilruwan Perera | 12 | 1 | 54 | 0 | 4.50 |
Dhananjaya de Silva | 5 | 1 | 13 | 0 | 2.60 |
Lakshan Sandakan | 10 | 0 | 70 | 0 | 7.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by S Boland | 44 | 92 | |||
Lahiru Thirimanne | c & b C Tremain | 32 | 109 | |||
Dinesh Chandimal | c K Patterson b M Labuschagne | 32 | 80 | |||
Sadeera Samarawickrama | c K Patterson b S Boland | 11 | 24 | |||
Roshen Silva | not out | 36 | 91 | |||
Dhananjaya de Silva | c M Renshaw b M Labuschagne | 14 | 42 | |||
Niroshan Dickwella | not out | 4 | 12 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chris Tremain | 18 | 2 | 32 | 1 | 1.78 |
Michael Nesser | 16 | 2 | 41 | 0 | 2.56 |
Scott Boland | 16 | 5 | 37 | 2 | 2.31 |
Jon Holland | 15 | 1 | 35 | 0 | 2.33 |
Marnus Labuschagne | 9 | 0 | 27 | 2 | 3.00 |
Jason Sangha | 1 | 0 | 1 | 0 | 1.00 |
Australia Board XI’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Matt Renshaw | lbw by K Rajitha | 10 | 29 | |||
Joe Burns | c D De Silva b D Chameera | 22 | 18 | |||
Marnus Labuschagne | c D De Silva b L Kumara | 50 | 101 | |||
Kurtis Patterson | not out | 102 | 136 | |||
Will Pucovski | not out | 33 | 70 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lahiru Kumara | 14 | 2 | 48 | 1 | 3.43 |
Dushmantha Chameera | 4 | 0 | 28 | 1 | 7.00 |
Dimuth Karunarathne | 3 | 1 | 8 | 0 | 2.67 |
Kasun Rajitha | 3 | 0 | 9 | 1 | 3.00 |
Lahiru Thirimanne | 3 | 0 | 8 | 0 | 2.67 |
Lakshan Sandakan | 14 | 1 | 53 | 0 | 3.79 |
Suranga Lakmal | 6 | 3 | 16 | 0 | 2.67 |
Dilruwan Perera | 8 | 0 | 26 | 0 | 3.25 |
Dhananjaya de Silva | 4 | 0 | 22 | 0 | 5.50 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | lbw by M Neser | 3 | 16 | |||
Lahiru Thirimanne | not out | 46 | 121 | |||
Niroshan Dickwella | c J Burns b M Neser | 19 | 23 | |||
Dhananjaya de Silva | b J Holland | 2 | 9 | |||
Kusal Janith | b J Holland | 3 | 12 | |||
Dilruwan Perera | lbw by J Holland | 14 | 28 | |||
Sadeera Samarawickrama | b J Holland | 6 | 20 | |||
Roshen Silva | not out | 23 | 64 | |||
Suranga Lakmal | not out | 7 | 14 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chris Tremain | 9 | 1 | 32 | 0 | 3.56 |
Michael Nesser | 5 | 2 | 8 | 2 | 1.60 |
Jon Holland | 15 | 2 | 28 | 4 | 1.87 |
Scott Boland | 11 | 4 | 28 | 0 | 2.55 |
Marnus Labuschagne | 9 | 1 | 26 | 0 | 2.89 |
Jason Sangha | 2 | 0 | 2 | 0 | 1.00 |