Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
add submission test
Commit Description:
add submission test
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
add1_by_admin :
id : 1
user : admin
problem : prob_add
language : Language_c
source :
\#include <stdio>
\#include <stdlib>
int main() {
cout << 1 << endl;
}
sub1_by_admin :
id : 2
user : admin
problem : prob_sub
language : Language_c
source :
\#include <stdio>
\#include <stdlib>
int main() {
cout << 2 << endl;
}
add1_by_john :
id : 3
user : john
problem : prob_add
language : Language_c
source :
\#include <stdio>
\#include <stdlib>
int main() {
cout << 33 << endl;
}
sub1_by_james :
id : 4
user : james
problem : prob_sub
language : Language_c
source :
\#include <stdio>
\#include <stdlib>
int main() {
cout << 44 << endl;
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings