! Copyright (C) 2010 James R. Mack. ! See http://factorcode.org/license.txt for BSD license. USING: tools.test test ; IN: test.tests { "locs-create create" } [ locs-create new content ] unit-test { "locs-read read" } [ locs-read new content ] unit-test { "locs-update update" } [ locs-update new content ] unit-test { "locs-delete delete" } [ locs-delete new content ] unit-test { "4eyes-locs list" } [ 4eyes-locs new content ] unit-test { "locs- list" } [ locs- new content ] unit-test