Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ivagonz-antroma-practica2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ivagonz
ivagonz-antroma-practica2
Commits
e9aa61e6
Commit
e9aa61e6
authored
Dec 23, 2017
by
ivagonz
Browse files
Options
Downloads
Patches
Plain Diff
Quitado failure clase DireccionGPS
parent
30d54e0c
No related branches found
No related tags found
1 merge request
!1
Direccion gps
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/uva/tds/pr2/equipo10/DireccionGPSTest.java
+0
-1
0 additions, 1 deletion
src/test/java/uva/tds/pr2/equipo10/DireccionGPSTest.java
with
0 additions
and
1 deletion
src/test/java/uva/tds/pr2/equipo10/DireccionGPSTest.java
+
0
−
1
View file @
e9aa61e6
...
...
@@ -68,7 +68,6 @@ public class DireccionGPSTest {
@Test
public
void
secuenciaTest
()
{
fail
(
"Quitar en implementacion"
);
double
latitud
=
1.0
;
double
longitud
=
1.0
;
DireccionGPS
direccion
=
new
DireccionGPS
(
latitud
,
longitud
);
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment