@@ -153,20 +153,20 @@ FOSSIL_TEST(c_test_io_soap_detect_offensive_false) {
153153
154154// --- HYPE detection ---
155155FOSSIL_TEST (c_test_io_soap_detect_hype_true ) {
156- const char * input = "This is the ultimate revolutionary breakthrough!" ;
156+ const char * input = "This is the ultimate revolutionary game-changing breakthrough!" ;
157157 int result = fossil_io_soap_detect_hype (input );
158158 ASSUME_ITS_TRUE (result );
159159}
160160
161161FOSSIL_TEST (c_test_io_soap_detect_hype_false ) {
162- const char * input = "This is a regular update to the system ." ;
162+ const char * input = "This is a normal system update with minor improvements ." ;
163163 int result = fossil_io_soap_detect_hype (input );
164164 ASSUME_ITS_FALSE (result );
165165}
166166
167167// --- QUALITY detection ---
168168FOSSIL_TEST (c_test_io_soap_detect_quality_true ) {
169- const char * input = "This research paper follows strict methodology." ;
169+ const char * input = "Everyone knows this method is reliable and clearly follows strict methodology." ;
170170 int result = fossil_io_soap_detect_quality (input );
171171 ASSUME_ITS_TRUE (result );
172172}
@@ -179,52 +179,52 @@ FOSSIL_TEST(c_test_io_soap_detect_quality_false) {
179179
180180// --- POLITICAL detection ---
181181FOSSIL_TEST (c_test_io_soap_detect_political_true ) {
182- const char * input = "The government policy affects economic stability ." ;
182+ const char * input = "The government overreach and big government policies affect personal freedom ." ;
183183 int result = fossil_io_soap_detect_political (input );
184184 ASSUME_ITS_TRUE (result );
185185}
186186
187187FOSSIL_TEST (c_test_io_soap_detect_political_false ) {
188- const char * input = "I enjoy going on long hikes in the mountains." ;
188+ const char * input = "I enjoy going on long hikes in the mountains and reading books ." ;
189189 int result = fossil_io_soap_detect_political (input );
190190 ASSUME_ITS_FALSE (result );
191191}
192192
193193// --- CONSPIRACY detection ---
194194FOSSIL_TEST (c_test_io_soap_detect_conspiracy_true ) {
195- const char * input = "The moon landing was faked by hidden elites ." ;
195+ const char * input = "Hidden truth and secret societies control world events ." ;
196196 int result = fossil_io_soap_detect_conspiracy (input );
197197 ASSUME_ITS_TRUE (result );
198198}
199199
200200FOSSIL_TEST (c_test_io_soap_detect_conspiracy_false ) {
201- const char * input = "The moon landing happened in 1969 ." ;
201+ const char * input = "Astronomers study the moon landing and other space phenomena ." ;
202202 int result = fossil_io_soap_detect_conspiracy (input );
203203 ASSUME_ITS_FALSE (result );
204204}
205205
206206// --- MARKETING detection ---
207207FOSSIL_TEST (c_test_io_soap_detect_marketing_true ) {
208- const char * input = "Our revolutionary product will change your life forever !" ;
208+ const char * input = "Sign up today for our exclusive limited-time offer !" ;
209209 int result = fossil_io_soap_detect_marketing (input );
210210 ASSUME_ITS_TRUE (result );
211211}
212212
213213FOSSIL_TEST (c_test_io_soap_detect_marketing_false ) {
214- const char * input = "This is a technical description of a circuit board ." ;
214+ const char * input = "This is a technical description of a microcontroller circuit ." ;
215215 int result = fossil_io_soap_detect_marketing (input );
216216 ASSUME_ITS_FALSE (result );
217217}
218218
219219// --- TECHNOBABBLE detection ---
220220FOSSIL_TEST (c_test_io_soap_detect_technobabble_true ) {
221- const char * input = "Leveraging synergistic AI-driven blockchain quantum clouds ." ;
221+ const char * input = "Our cloud-native AI-powered platform enables seamless integration and next-gen innovation ." ;
222222 int result = fossil_io_soap_detect_technobabble (input );
223223 ASSUME_ITS_TRUE (result );
224224}
225225
226226FOSSIL_TEST (c_test_io_soap_detect_technobabble_false ) {
227- const char * input = "The system connects to the server over HTTPS." ;
227+ const char * input = "The client connects to the server via a standard HTTPS request ." ;
228228 int result = fossil_io_soap_detect_technobabble (input );
229229 ASSUME_ITS_FALSE (result );
230230}
0 commit comments