Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s4s
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Jeremy Pinzauti (Archived)
s4s
Commits
bd8ea4b8
Commit
bd8ea4b8
authored
7 years ago
by
SIMONVOLLENDORF\Simon
Browse files
Options
Downloads
Patches
Plain Diff
kleine Änderung im RegTest
parent
3543f5ca
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/s4s/gui/views/RegistrierungView.java
+1
-1
1 addition, 1 deletion
src/main/java/org/s4s/gui/views/RegistrierungView.java
src/test/java/org/s4s/dao/impl/RegistrationControl_Test.java
+1
-1
1 addition, 1 deletion
src/test/java/org/s4s/dao/impl/RegistrationControl_Test.java
with
2 additions
and
2 deletions
src/main/java/org/s4s/gui/views/RegistrierungView.java
+
1
−
1
View file @
bd8ea4b8
...
...
@@ -112,7 +112,7 @@ public class RegistrierungView extends TemplateView implements View {
bestätigen
.
addClickListener
(
e
->
{
bestätigen
.
addClickListener
(
e
->
{
String
benutzer
=
benutzername
.
getValue
();
String
nachname
=
nachnameTxt
.
getValue
();
String
vorname
=
vornameTxt
.
getValue
();
...
...
This diff is collapsed.
Click to expand it.
src/test/java/org/s4s/dao/impl/RegistrationControl_Test.java
+
1
−
1
View file @
bd8ea4b8
...
...
@@ -2,7 +2,6 @@ package org.s4s.dao.impl;
import
static
org
.
junit
.
Assert
.*;
import
org.junit.Test
;
import
org.s4s.process.control.RegistrationControl
;
/**
* Created by uerdingen on 03.06.17.
...
...
@@ -15,6 +14,7 @@ public class RegistrationControl_Test {
public
void
nameValidator_Test
()
{
assertTrue
(
RegistrationControl
.
nameValidator
(
"Uerdingen"
));
assertFalse
(
RegistrationControl
.
nameValidator
(
"fs2df3"
));
}
//unfinished
...
...
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
register
or
sign in
to comment