Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs2-19wi
lab01
Commits
09060711
Commit
09060711
authored
6 years ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update WikipediaPageTests.java
parent
092e5d97
master
No related merge requests found
Pipeline
#3029
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/edu/caltech/cs2/lab01/WikipediaPageTests.java
+2
-2
tests/edu/caltech/cs2/lab01/WikipediaPageTests.java
with
2 additions
and
2 deletions
+2
-2
tests/edu/caltech/cs2/lab01/WikipediaPageTests.java
View file @
09060711
...
@@ -113,7 +113,7 @@ public class WikipediaPageTests {
...
@@ -113,7 +113,7 @@ public class WikipediaPageTests {
"Pizza_farm, is not"
,
"Pizza_farm, is not"
,
"Sombrero_Galaxy, is"
,
"Sombrero_Galaxy, is"
,
"Sunflower_Galaxy, is"
,
"Sunflower_Galaxy, is"
,
"Messier_63, is"
"Messier_63, is"
,
"bananaramarama, is not"
"bananaramarama, is not"
})
})
public
void
testIsGalaxy
(
String
title
,
String
result
)
{
public
void
testIsGalaxy
(
String
title
,
String
result
)
{
...
@@ -151,7 +151,7 @@ public class WikipediaPageTests {
...
@@ -151,7 +151,7 @@ public class WikipediaPageTests {
"Ursa Major iI, Ursa Major II"
,
"Ursa Major iI, Ursa Major II"
,
"Ursa Major ii, Ursa Major II"
,
"Ursa Major ii, Ursa Major II"
,
"Ursa Major Ii, Ursa Major II"
,
"Ursa Major Ii, Ursa Major II"
,
"Leo II (dwarf galaxy), Leo II (dwarf galaxy)"
"Leo II (dwarf galaxy), Leo II (dwarf galaxy)"
,
"Leo II (HeLlo GALAXY), Leo II (hello galaxy)"
"Leo II (HeLlo GALAXY), Leo II (hello galaxy)"
})
})
public
void
testGetTitle2
(
String
title
,
String
correct
)
{
public
void
testGetTitle2
(
String
title
,
String
correct
)
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help