spring2885 / backend

Backend Repository for Spring2885 (REST + Server Side Java + Database)
1 stars 0 forks source link

LanguageApiTest calling empty method #246

Closed chrismcafee closed 7 years ago

chrismcafee commented 7 years ago

org.spring2885.server.api.LanguageApiTest

testLangauge()
// remove @Ignore annotation
testPut()
// remove @Ignore annotation
makeMeFound()
// referenced but empty?
// referenced by testPut() 
chrismcafee commented 7 years ago

frontend/src/views/profile/userSettings.html

<select chosen ng-model="$storage.user.lang">
      ...
</select>