The first day of the 3-day Youth Test between the visiting Australia U19s and hosts Sri Lanka U19 saw the tourists score a formidable 269 runs after winning the toss at the SSC grounds in Colombo.
Wicket keeper batsman Kalindu Chihan of St. Servatius’ College Matara was handed a Sri Lanka U19 debut while opening batsman Thaveesha Abhishek (Richmond College Galle) and fast bowler Ruvin Peiris (Trinity College Kandy) made their Youth Test debut today.
Read: SL U19 squad for 3-dayers against Aussies announced
The only two fast bowlers in the side, Nalandian Chamindu Wijesinghe and Ruvin Peiris started off decently for the hosts bowling 14 overs with the new ball. Wijesinghe kept things tight with 3 maidens giving away just 8 runs in his 7 overs. Peiris on the other hand, blessed with extra pace, made the first breakthrough for Sri Lanka dismissing Sam Fanning, who scored a century in the Youth ODIs, in the 9th over.
Photo Album – Australia U19 Team Tour to Sri Lanka 2019 | 3 Day Match | Day 1
Corey Hunter who then got together with number 3 batsman Keegon Oates added 81 runs for the 2nd wicket. The duo batted for 29.1 overs together keeping Australia in a strong position by lunch. Few overs after lunch, Oates who played second fiddle to Hunter in that stand, was dismissed by left-arm spinner from Tissa Central College Kalutara, Rohan Sanjaya for a 81-ball 27.
Hunter was soon bowled by Sanjaya for 71 runs before all-rounder Oliver Davies became Sanjaya’s third victim for 13 runs. After a short period of rebuilding by all-rounder Lachlan Hearne and Captain Baxter Holt, Vijayakanth Viyaskanth broke the 26-run partnership as the leg spinner from Jaffna dismissed Hearne for 13.
Read: Spinners bowl Sri Lanka U19s to consolation win
Jarrod Freeman, who has played one first class game in Australia, put on a valuable 84-run stand with his skipper, to give some reprieve to Australia from 151/5. Captain Holt was then was dismissed for 36 runs by off-spinning all-rounder, Richmondite Sandun Mendis for a well-made 60.
Freeman was also dismissed soon after Holt’s dismissal by Sanjaya for 36 runs leaving Australia 7 down for 245 runs. The Ausssie pace duo, Josh Kann and Zak Evans, however managed to help Australia reach 269/9 when they decided to declare their innings. Kann remained unbeaten on 16 while Evans was dismissed by counterpart Ruvin Peiris for 13.
The lone specialist spinner in the Aussie line-up, Tanveer Sangha was the 9th man to fall in the Australian innings and it was the final delivery of their innings as well. Rohan Sanjaya who claimed the final wicket before the declaration came, completed the innings with figures of 5/94 in 32.3 overs. This is his 3rd 5-wicket haul in Youth Tests.
Ruvin Peiris and Viyaskanth were a bit on the expensive side although they picked up 2 and 1 wicket respectively. All-rounder Sandun Mendis impressed, bowling 22 overs of his classic off-spin while specialist spinner Viyaskanth was used for only 6 overs.
The Sri Lankan opening pair of Thaveesha Abhishek and in-form Kamil Mishara saw through the day facing 5 overs for 20 runs. Interestingly only 2 overs of pace by Zack Evans was bowled while the remainder was bowled by spinners Freeman and Tanveer Sangha.
The match will be continued for the 2nd day tomorrow at SSC grounds.
// 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 U19
269/9 & 151/10
(65.4 overs)
Result
Sri Lanka U19
309/8 & 114/7
(19.4 overs)
SL U19 won by 3 wickets
Australia U19’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Sam Fanning | c C Kalindu b R Peiris | 7 | 22 | |||
Corey Hunter | b R Sanjaya | 71 | 134 | |||
Keegan Oates | st C Kalindu b R Sanjaya | 27 | 81 | |||
Oliver Davies | c K Mishara b R Sanjaya | 13 | 16 | |||
Lachlan Hearne | c S Dinusha b V Viyaskanth | 13 | 39 | |||
Baxter Holt | lbw by S Mendis | 60 | 104 | |||
JA Freeman | st C Kalindu b R Sanjaya | 36 | 69 | |||
Josh Kann | not out | 13 | 18 | |||
Tanveer Sangha | c Kahaduwaarachchi b R Peiris | 13 | 13 | |||
Zak Evans | c K Mishara b R Sanjaya | 4 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Ruvin Peiris | 10 | 1 | 40 | 2 | 4.00 |
Chamindu Wijesinghe | 13 | 3 | 30 | 0 | 2.31 |
Rohan Sanjaya | 32.2 | 3 | 94 | 5 | 2.92 |
Sandun Mendis | 22 | 5 | 57 | 1 | 2.59 |
Vijayakanth Viyaskanth | 6 | 0 | 37 | 1 | 6.17 |
Sri Lanka U19’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
TA Kahaduwaarachchi | c Freeman b Sangha | 36 | 68 | |||
Kamil Mishara | c Oates b Sangha | 105 | 235 | |||
Mohamed Samaaz | c & b Freeman | 43 | 92 | |||
Nipun Dananjaya | c Holt b Evans | 20 | 51 | |||
Sonal Dinusha | c Holt b Carlisle | 2 | 17 | |||
Chamindu Wijesinghe | c Holt b Freeman | 39 | 55 | |||
Sandun Mendis | c Holt b Evans | 22 | 46 | |||
Chihan Kalindu | b Freeman | 4 | 11 | |||
Rohan Sanjaya | not out | 19 | 14 | |||
V. Viyaskanth | not out | 3 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Zak Evans | 18 | 5 | 57 | 2 | 3.17 |
Jarrod Freeman | 32 | 9 | 82 | 3 | 2.56 |
Tanveer Sangha | 16 | 3 | 61 | 2 | 3.81 |
Iain Carlisle | 17 | 3 | 47 | 1 | 2.76 |
Josh Kann | 4 | 1 | 16 | 0 | 4.00 |
Keegan Oates | 6 | 1 | 15 | 0 | 2.50 |
Oliver Davies | 5 | 0 | 18 | 0 | 3.60 |
Australia U19’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Sam Fanning | c S Dinusha b R Sanjaya | 14 | 33 | |||
Corey Hunter | c Kalindu b C Wijesinghe | 0 | 11 | |||
Keegan Oates | st. Kalindu b S Mendis | 5 | 9 | |||
Oliver Davies | lbw by S Mendis | 0 | 8 | |||
Lachlan Hearne | c N Dananjaya b S Mendis | 23 | 66 | |||
Baxter Holt | c N Dananjaya b R Sanjaya | 5 | 73 | |||
JA Freeman | not out | 52 | 95 | |||
Josh Kann | b R Sanjaya | 13 | 13 | |||
Tanveer Sangha | lbw by S Dinusha | 25 | 60 | |||
Zak Evans | c K Mishara b R Sanjaya | 4 | 18 | |||
Iain Carlisle | b S Mendis | 1 | 11 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Chamindu Wijesinghe | 7 | 1 | 19 | 1 | 2.71 |
Rohan Sanjaya | 31 | 16 | 37 | 4 | 1.19 |
Sandun Mendis | 18.4 | 4 | 56 | 4 | 3.04 |
Vijayakanth Viyaskanth | 3 | 0 | 18 | 0 | 6.00 |
Sonal Dinusha | 6 | 0 | 16 | 1 | 2.67 |
Sri Lanka U19’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
TA Kahaduwaarachchi | b Evans | 0 | 2 | |||
Kamil Mishara | c Freeman b Evans | 8 | 12 | |||
Mohamed Samaaz | c Fanning b Evans | 22 | 26 | |||
Nipun Dananjaya | (runout) Hunter | 35 | 32 | |||
Sonal Dinusha | c Fanning b Evans | 6 | 12 | |||
Chamindu Wijesinghe | c Freeman b Evans | 29 | 23 | |||
Sandun Mendis | not out | 6 | 5 | |||
Chihan Kalindu | c Kann b Evans | 0 | 4 | |||
Rohan Sanjaya | not out | 1 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Zak Evans | 10 | 1 | 44 | 6 | 4.40 |
Jarrod Freeman | 8 | 0 | 51 | 0 | 6.38 |
Josh Kann | 1.4 | 0 | 14 | 0 | 10.00 |