Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v
diff -u -r1.32.2.6 -r1.32.2.7
--- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 28 Oct 2020 15:39:18 -0000 1.32.2.6
+++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 1 Mar 2021 10:46:19 -0000 1.32.2.7
@@ -321,7 +321,7 @@
System URL: |
[install_input_widget -value $system_url system_url]
The canonical URL of your system as visible from the outside world
-Usually it should include the port if your server is not on port 80
+Usually, it should include the port if your server is not on port 80
|
System Name: |
Index: openacs-4/packages/acs-bootstrap-installer/tcl/test/00-proc-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/test/00-proc-procs.tcl,v
diff -u -r1.1.2.4 -r1.1.2.5
--- openacs-4/packages/acs-bootstrap-installer/tcl/test/00-proc-procs.tcl 1 Mar 2021 10:12:34 -0000 1.1.2.4
+++ openacs-4/packages/acs-bootstrap-installer/tcl/test/00-proc-procs.tcl 1 Mar 2021 10:46:19 -0000 1.1.2.5
@@ -75,12 +75,12 @@
db_fullquery_get_query_type
} \
db__database_interface {
- Basic test of low level database interface
+ Basic test of low-level database interface
} {
set dbms [db_current_rdbms]
aa_equals "dbms looks valid" [dict keys $dbms] "type version"
- aa_true "dbms type non-empty" {[dict get $dbms type] != ""}
- aa_true "dbms version non-empty" {[dict get $dbms version] != ""}
+ aa_true "dbms type nonempty" {[dict get $dbms type] != ""}
+ aa_true "dbms version nonempty" {[dict get $dbms version] != ""}
set pools [db_available_pools ""]
aa_true "pools '$pools' can be valid (need at least one pool)" {[llength $pools] > 0}