rename annonymous to anonymous

This commit is contained in:
2019-08-30 13:25:54 +02:00
parent 1b8a02c2b3
commit 16b71fb1e6
22 changed files with 48 additions and 48 deletions

View File

@@ -24,7 +24,7 @@ class ArticleTest {
"version_id" : "fff2311c-07cc-43a6-bab1-aec6b649a903",
"version_number" : null,
"title" : "Hello world!",
"annonymous" : true,
"anonymous" : true,
"content" : "bla bla bla",
"description" : "this is the changement !",
"tags" : [ ],
@@ -37,8 +37,8 @@ class ArticleTest {
},
"birthday" : "2019-08-03T13:43:13.765Z",
"user_id" : null,
"vote_annonymous" : null,
"follow_annonymous" : null,
"vote_anonymous" : null,
"follow_anonymous" : null,
"user" : {
"id" : "151ec430-3aad-4792-9a14-e394b2be491b",
"username" : "jaque",

View File

@@ -21,7 +21,7 @@ class ConstitutionTest {
private val constitutionJson: String = """{
"id":"15814bb6-8d90-4c6a-a456-c3939a8ec75e",
"title":"Hello world!",
"annonymous":true,
"anonymous":true,
"titles":[
{
"id":"8156b66f-a9c8-4fd9-8375-a8a1f42ccfd2",
@@ -36,8 +36,8 @@ class ConstitutionTest {
},
"birthday":"2019-08-07T20:34:08.013Z",
"user_id":null,
"vote_annonymous":null,
"follow_annonymous":null,
"vote_anonymous":null,
"follow_anonymous":null,
"user":{
"id":"257abe9f-be17-4ad3-ae6a-b1dc9706d5d7",
"username":"jaque",
@@ -60,8 +60,8 @@ class ConstitutionTest {
},
"birthday":"2019-08-07T20:34:08.013Z",
"user_id":null,
"vote_annonymous":null,
"follow_annonymous":null,
"vote_anonymous":null,
"follow_anonymous":null,
"user":{
"id":"257abe9f-be17-4ad3-ae6a-b1dc9706d5d7",
"username":"jaque",
@@ -86,7 +86,7 @@ class ConstitutionTest {
)
val constitution = Constitution(
title = "Hello world!",
annonymous = true,
anonymous = true,
titles = listOf(title1),
createdBy = citizen
)

View File

@@ -30,8 +30,8 @@ class FollowTest {
},
"birthday":"2019-08-09T11:42:47.168Z",
"user_id":null,
"vote_annonymous":null,
"follow_annonymous":null,
"vote_anonymous":null,
"follow_anonymous":null,
"user":{
"id":"721db690-d050-46e6-92b0-056f2e8ba993",
"username":"jaque",
@@ -45,7 +45,7 @@ class FollowTest {
"target":{
"id":"34588ea7-c180-4694-801b-1b5c5a6ed73f",
"title":"Hello world!",
"annonymous":true,
"anonymous":true,
"content":"bla bla bla",
"description":"this is the changement !",
"tags":[

View File

@@ -37,7 +37,7 @@ class ConstitutionSteps: En, KoinTest {
title = "hello",
titles = listOf(title1),
createdBy = citizen,
annonymous = false
anonymous = false
)
get<ConstitutionRepository>().upsert(constitution)
}
@@ -54,7 +54,7 @@ class ConstitutionSteps: En, KoinTest {
title = "hello",
titles = listOf(title1),
createdBy = citizen,
annonymous = false
anonymous = false
)
get<ConstitutionRepository>().upsert(constitution)
}

View File

@@ -5,7 +5,7 @@ declare
_user_id uuid;
_citizen_id uuid;
created_citizen json := '{"name": {"first_name":"George", "last_name":"MICHEL"}, "birthday": "2001-01-01"}';
created_article json := '{"version_id":"933b6a1b-50c9-42b6-989f-c02a57814ef9", "title": "Love the world", "annonymous": false, "content": "bla bal bla", "tags": ["love", "test"]}';
created_article json := '{"version_id":"933b6a1b-50c9-42b6-989f-c02a57814ef9", "title": "Love the world", "anonymous": false, "content": "bla bal bla", "tags": ["love", "test"]}';
selected_article json;
begin
-- insert user for context

View File

@@ -17,7 +17,7 @@ declare
{
"version_id": "933b6a1b-50c9-42b6-989f-c02a57814ef9",
"title": "Love the world",
"annonymous": false,
"anonymous": false,
"content": "bla bal bla",
"tags": [
"love",

View File

@@ -17,7 +17,7 @@ declare
{
"version_id": "933b6a1b-50c9-42b6-989f-c02a57814ef9",
"title": "Love the world",
"annonymous": false,
"anonymous": false,
"content": "bla bal bla",
"tags": [
"love",
@@ -29,7 +29,7 @@ declare
{
"version_id": "18ff6dd6-3bc1-4c59-82f0-5e2a8d54ae3e",
"title": "Love the world",
"annonymous": false,
"anonymous": false,
"titles": [
{
"name": "titleOne"

View File

@@ -16,7 +16,7 @@ declare
{
"version_id": "933b6a1b-50c9-42b6-989f-c02a57814ef9",
"title": "Love the world",
"annonymous": false,
"anonymous": false,
"content": "bla bal bla",
"tags": [
"love",