Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fmm4 #321

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Fmm4 #321

Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
5eae552
Update Record.feature
mateus-mc2 Oct 22, 2014
5622cc9
Update Dissertacao.feature
fmm4 Oct 27, 2014
896587e
Update Dissertacao.feature
fmm4 Oct 27, 2014
cf2bfbe
Update Conferencia.feature
fmm4 Oct 27, 2014
aab515d
Adicionado feature de filtrar tese por ano de publicacao
Oct 27, 2014
bb8ec98
Adicionado feature de filtrar tese por nome de autor
Oct 27, 2014
3b58fb8
Modificado cenario de controle de adicionar teses
Oct 27, 2014
d631710
Modificado cenario de gui de criar tese
Oct 27, 2014
4acedb8
Modificado new book e new book web para adicionar autor
Oct 27, 2014
f802008
pequenos ajustes nos cenários
Oct 27, 2014
80c16b7
Adicionado cenario de controlador list thesis
Oct 27, 2014
22f408c
Adicionado cenario de controlador list book
Oct 27, 2014
fba2ad9
Adicionando troca de senha,
fmm4 Oct 27, 2014
ad1938f
Erro Cenário: Upload de livro sem arquivo.
fmm4 Oct 27, 2014
614f3bd
Adicionando mensagens a alguns erros.
fmm4 Oct 27, 2014
17dfef9
Update Dissertacao.feature
fmm4 Oct 27, 2014
8329d98
"search by tag", "mouse over information"
fmm4 Oct 27, 2014
e20954f
Adicionado os #if(nome) e #end
Oct 27, 2014
cb853d5
Update BibtexGenerateFile.feature
mateus-mc2 Oct 27, 2014
0a8cfc5
Update Conferencia.feature
Oct 27, 2014
c66b6e5
Update News.feature
mateus-mc2 Oct 27, 2014
c1d2f45
Update News.feature
Oct 27, 2014
0d53e66
Update Book.feature
Oct 27, 2014
1e9949f
Update BookChapter.feature
mateus-mc2 Oct 27, 2014
6d0899d
Update News.feature
mateus-mc2 Oct 27, 2014
d6b27b7
Update Book.feature
Oct 27, 2014
e777a47
Update Book.feature
Oct 27, 2014
a65e9fa
Update BibtexImport.feature
mateus-mc2 Oct 27, 2014
10234cb
Update Dissertacao.feature
Oct 27, 2014
9248ce5
Update Authentication.feature
mateus-mc2 Oct 27, 2014
26d8d74
Update Record.feature
mateus-mc2 Oct 28, 2014
24ecc30
Ajuste de conflito em book.feature
Oct 28, 2014
817b227
Update Authentication.feature
fmm4 Oct 28, 2014
8045f65
Update Book.feature
fmm4 Oct 28, 2014
86d4a65
Update Dissertacao.feature
fmm4 Nov 12, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Record.feature
  • Loading branch information
mateus-mc2 committed Oct 28, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 26d8d7441b33a96b52f7d9e4d821628553d76509
5 changes: 3 additions & 2 deletions test/cucumber/Record.feature
Original file line number Diff line number Diff line change
@@ -10,14 +10,15 @@ Feature: record
When I remove the record with status "Graduate Student"
Then the record with status "Graduate Student" is properly removed by the system

#if($Record)

Scenario: Delete record with dependency
Given the system has only one record with status "MSc Student"
And the record with status "MSc Student" is associated to a member
When I remove the record with status "MSc Student"
Then the record with status "MSc Student" is not removed by the system
#if($Record)
And the system output the message error "Cannot remove an associated member!"
#end
#end

Scenario: Update record
Given the system has only one record with status "MSc Student" and this record has a null end date