Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
9d7a1727
Commit
9d7a1727
authored
Apr 01, 2016
by
Jon Skeet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1377 from jskeet/remove-duplicate-tests
Remove duplicate test cases.
parents
a2931805
46e088e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
JsonFormatterTest.cs
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
+0
-1
JsonTokenizerTest.cs
csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs
+0
-1
No files found.
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
View file @
9d7a1727
...
...
@@ -321,7 +321,6 @@ namespace Google.Protobuf
[
TestCase
(
"1970-01-01T00:00:00.001Z"
,
1000000
)]
[
TestCase
(
"1970-01-01T00:00:00.010Z"
,
10000000
)]
[
TestCase
(
"1970-01-01T00:00:00.100Z"
,
100000000
)]
[
TestCase
(
"1970-01-01T00:00:00.100Z"
,
100000000
)]
[
TestCase
(
"1970-01-01T00:00:00.120Z"
,
120000000
)]
[
TestCase
(
"1970-01-01T00:00:00.123Z"
,
123000000
)]
[
TestCase
(
"1970-01-01T00:00:00.123400Z"
,
123400000
)]
...
...
csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs
View file @
9d7a1727
...
...
@@ -249,7 +249,6 @@ namespace Google.Protobuf
[
TestCase
(
"[,"
,
1
)]
[
TestCase
(
"{"
,
1
)]
[
TestCase
(
"{,"
,
1
)]
[
TestCase
(
"{"
,
1
)]
[
TestCase
(
"{["
,
1
)]
[
TestCase
(
"{{"
,
1
)]
[
TestCase
(
"{0"
,
1
)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment