Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Edited Issue: AllowedFunctionNames group enums don't include correct num value [677]

$
0
0
The following commented lines fails with Assert.Equal(value2, value1 & value2);<br /><br /> var data = new TheoryDataSet<AllowedFunctionNames, AllowedFunctionNames>();<br /> //data.Add((int)AllowedFunctionNames.AllMathFunctionNames, (int)AllowedFunctionNames.Floor); <br /> data.Add(AllowedFunctionNames.AllMathFunctionNames, AllowedFunctionNames.Ceiling);<br /> data.Add(AllowedFunctionNames.AllMathFunctionNames, AllowedFunctionNames.Round);<br /><br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Day);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Days);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Hour);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Hours);<br /> //data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Minute);<br /> //data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Minutes);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Month);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Months);<br /> //data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Second);<br /> //data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Seconds);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Year);<br /> data.Add(AllowedFunctionNames.AllDateTimeFunctionNames, AllowedFunctionNames.Years);<br /><br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.Concat);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.EndsWith);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.IndexOf);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.Length);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.StartsWith);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.Substring);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.SubstringOf);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.ToLower);<br /> //data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.ToUpper);<br /> data.Add(AllowedFunctionNames.AllStringFunctionNames, AllowedFunctionNames.Trim);

Viewing all articles
Browse latest Browse all 7215

Trending Articles