Update result and ranking models for 2016.

This commit is contained in:
Patrick Fairbank
2016-07-31 14:18:38 -07:00
parent 3b86b09734
commit ebcd0db37e
27 changed files with 563 additions and 532 deletions

View File

@@ -5,6 +5,7 @@ package main
import (
"bytes"
"fmt"
"github.com/stretchr/testify/assert"
"io"
"mime/multipart"
@@ -135,6 +136,7 @@ func TestSetupSettingsBackupRestoreDb(t *testing.T) {
// Check restoring with the backup retrieved before.
recorder = postFileHttpResponse("/setup/db/restore", "databaseFile", backupBody)
fmt.Println(recorder.Body.String())
assert.Equal(t, "Chezy Champs", eventSettings.Name)
}