Work on portmaster restructuring
This commit is contained in:
17
profile/profileset_test.go
Normal file
17
profile/profileset_test.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package profile
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestProfileSet(t *testing.T) {
|
||||
|
||||
// new := &Set{
|
||||
// profiles: [4]*Profile{
|
||||
// user, // Application
|
||||
// nil, // Global
|
||||
// stamp, // Stamp
|
||||
// nil, // Default
|
||||
// },
|
||||
// }
|
||||
// new.Update(status.SecurityLevelFortress)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user