Add custom branding functionality (#2667)

Этот коммит содержится в:
Joram Wilander
2016-04-11 13:45:03 -04:00
коммит произвёл Christopher Speller
родитель 5b96ad59c5
Коммит 49ab8b2161
24 изменённых файлов: 654 добавлений и 87 удалений

Просмотреть файл

@@ -30,6 +30,12 @@ func TestSqlSystemStore(t *testing.T) {
if systems2[system.Name] != system.Value {
t.Fatal()
}
result3 := <-store.System().GetByName(system.Name)
rsystem := result3.Data.(*model.System)
if rsystem.Value != system.Value {
t.Fatal()
}
}
func TestSqlSystemStoreSaveOrUpdate(t *testing.T) {